Skip to content

Commit da35ab0

Browse files
committed
More tweaks
1 parent 8cf8636 commit da35ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/yup_python.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ function (yup_prepare_python_stdlib target_name python_tools_path output_variabl
3737

3838
execute_process (
3939
COMMAND
40-
${Python_EXECUTABLE} ${python_tools_path}/ArchivePythonStdlib.py
41-
-l ${Python_LIBRARY_DIRS} -o ${CMAKE_CURRENT_BINARY_DIR} -M ${Python_VERSION_MAJOR} -m ${Python_VERSION_MINOR}
40+
"${Python_EXECUTABLE}" "${python_tools_path}/ArchivePythonStdlib.py"
41+
-l "${Python_LIBRARY_DIRS}" -o "${CMAKE_CURRENT_BINARY_DIR}" -M "${Python_VERSION_MAJOR}" -m "${Python_VERSION_MINOR}"
4242
-x "\"${ignored_library_patterns}\""
4343
COMMAND_ECHO STDOUT
4444
COMMAND_ERROR_IS_FATAL ANY)

0 commit comments

Comments
 (0)