Skip to content

Commit a94b1dd

Browse files
authored
fix python path (#879) (#892)
1 parent 8959f04 commit a94b1dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def custom_build_cmake_clib(iface, cxx=None):
137137
"-DoneDAL_INCLUDE_DIRS=" + jp(os.environ['DALROOT'], 'include'),
138138
"-DoneDAL_LIBRARY_DIR=" + jp(os.environ['DALROOT'], 'lib', 'intel64'),
139139
"-Dpybind11_DIR=" + pybind11.get_cmake_dir(),
140+
"-DPYTHON_EXECUTABLE=" + sys.executable,
140141
]
141142

142143
import multiprocessing

0 commit comments

Comments
 (0)