Skip to content

Commit

Permalink
restore "-DPYTHON_EXECUTABLE=" + sys.executable in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 17, 2023
1 parent 9dd53a8 commit 7876c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def build_extension(self, ext):
cmake_args = [
"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=" + extdir,
"-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY=" + parent + "/lib/",
"-DPYTHON_EXECUTABLE=" + sys.executable,
"-DCMAKE_BUILD=OFF",
]

Expand Down

0 comments on commit 7876c8c

Please sign in to comment.