Skip to content

Commit

Permalink
fix tmp dir build
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 11, 2025
1 parent 81d5597 commit f115e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ def build_extension(debug: bool = False, use_temp_dir=False) -> None:
if __name__ == "__main__":
includes = subprocess.getoutput("pybind11-config --cmakedir") # nosec
os.environ["pybind11_DIR"] = includes
build_extension(use_temp_dir=True)
build_extension(use_temp_dir=False)

0 comments on commit f115e97

Please sign in to comment.