Skip to content

Commit

Permalink
Fix ECKIT_CODEC
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Oct 25, 2024
1 parent f3424de commit 49dcd09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def build_extension(self, ext):
if archs_values:
cmake_args.append("-DCMAKE_OSX_ARCHITECTURES=" + archs_values)
# print(f"./{self.build_temp}$ " + " ".join(["cmake", ext.sourcedir] + cmake_args))
print(" ".join(["cmake", ext.sourcedir] + cmake_args))
subprocess.check_call(["cmake", ext.sourcedir] + cmake_args, cwd=self.build_temp)

# Run CMake build
Expand Down

0 comments on commit 49dcd09

Please sign in to comment.