Skip to content

Commit 70c9dcd

Browse files
authored
fix python path (#879)
1 parent 053bd8c commit 70c9dcd

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
@@ -136,6 +136,7 @@ def custom_build_cmake_clib(iface, cxx=None):
136136
"-DoneDAL_INCLUDE_DIRS=" + jp(os.environ['DALROOT'], 'include'),
137137
"-DoneDAL_LIBRARY_DIR=" + jp(os.environ['DALROOT'], 'lib', 'intel64'),
138138
"-Dpybind11_DIR=" + pybind11.get_cmake_dir(),
139+
"-DPYTHON_EXECUTABLE=" + sys.executable,
139140
]
140141

141142
import multiprocessing

0 commit comments

Comments
 (0)