Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit b2ed8ee

Browse files
committed
Update setup.py
1 parent 95765c3 commit b2ed8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
5050
f"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY={extdir}{os.sep}",
5151
f"-DPYTHON_EXECUTABLE={sys.executable}",
5252
f"-DCMAKE_BUILD_TYPE={cfg}", # not used on MSVC, but no harm
53-
"-C "
53+
# "-C "
5454
]
5555
build_args = []
5656
# Adding CMake arguments set as environment variable

0 commit comments

Comments
 (0)