File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ if (BUILD_PYTHON)
119
119
# TO_NATIVE_PATH does not escape backslashes
120
120
file (TO_NATIVE_PATH "${SCI_PYTHON_EXE} " TMP)
121
121
string (REPLACE "\\ " "\\\\ " WIN32_PYTHON_EXE ${TMP} )
122
+ file (TO_NATIVE_PATH "${SCI_PYTHON_DEBUG_EXE} " TMP)
123
+ string (REPLACE "\\ " "\\\\ " WIN32_PYTHON_DEBUG_EXE ${TMP} )
122
124
file (TO_NATIVE_PATH "${SCI_PYTHON_INCLUDE} " TMP)
123
125
string (REPLACE "\\ " "\\\\ " WIN32_PYTHON_INCLUDE ${TMP} )
124
126
file (TO_NATIVE_PATH "${SCI_PYTHON_LIBRARY_DIR} " TMP)
Original file line number Diff line number Diff line change 89
89
# ---------------------
90
90
91
91
# Configure specific Python version.
92
- using python : @SCI_PYTHON_VERSION_SHORT@ : @WIN32_PYTHON_EXE@ : @WIN32_PYTHON_INCLUDE@ : @WIN32_PYTHON_LIBRARY_DIR@ ;
92
+ using python : @SCI_PYTHON_VERSION_SHORT@ : @WIN32_PYTHON_EXE@ : @WIN32_PYTHON_INCLUDE@ : @WIN32_PYTHON_LIBRARY_DIR@ : <python-debugging>off ;
93
+
94
+ using python : @SCI_PYTHON_VERSION_SHORT@ : @WIN32_PYTHON_DEBUG_EXE@ : @WIN32_PYTHON_INCLUDE@ : @WIN32_PYTHON_LIBRARY_DIR@ : <python-debugging>on ;
You can’t perform that action at this time.
0 commit comments