Skip to content

Commit c96d44a

Browse files
committed
Try fix build system
1 parent 5f5fddc commit c96d44a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_ext.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ def build_extension(debug: bool = False, use_temp_dir: bool = False) -> None:
119119
if py_cfg["libdir"]:
120120
cmake_args.append(f"-DPython3_LIBRARY={str(Path(py_cfg['libdir']) / Path(py_cfg['library']))}")
121121

122-
build_args = []
123-
# build_args = ["--config Release", "--verbose"]
122+
build_args = ["--config Release", "--verbose"]
124123
# cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 /path/to/src
125124

126125
if sys.platform.startswith("darwin"):

0 commit comments

Comments
 (0)