Skip to content

Commit

Permalink
Try fix build system
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Dec 30, 2024
1 parent 5f5fddc commit c96d44a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ def build_extension(debug: bool = False, use_temp_dir: bool = False) -> None:
if py_cfg["libdir"]:
cmake_args.append(f"-DPython3_LIBRARY={str(Path(py_cfg['libdir']) / Path(py_cfg['library']))}")

build_args = []
# build_args = ["--config Release", "--verbose"]
build_args = ["--config Release", "--verbose"]
# cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 /path/to/src

if sys.platform.startswith("darwin"):
Expand Down

0 comments on commit c96d44a

Please sign in to comment.