File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,12 +45,10 @@ function (yup_prepare_python_stdlib target_name python_tools_path output_variabl
4545 _yup_message (STATUS " * ignored_library_patterns: ${ignored_library_patterns} " )
4646
4747 if (YUP_PLATFORM_WINDOWS)
48- execute_process (
49- COMMAND dir "${Python_LIBRARY_DIRS} /.."
50- COMMAND dir "${Python_LIBRARY_DIRS} /../Lib"
51- COMMAND dir "${Python_LIBRARY_DIRS} /../Scripts"
52- COMMAND dir "${Python_LIBRARY_DIRS} /../DLLs"
53- COMMAND_ECHO STDOUT )
48+ execute_process (COMMAND dir "${Python_LIBRARY_DIRS} /.." COMMAND_ECHO STDOUT )
49+ execute_process (COMMAND dir "${Python_LIBRARY_DIRS} /../Lib" COMMAND_ECHO STDOUT )
50+ execute_process (COMMAND dir "${Python_LIBRARY_DIRS} /../Scripts" COMMAND_ECHO STDOUT )
51+ execute_process (COMMAND dir "${Python_LIBRARY_DIRS} /../DLLs" COMMAND_ECHO STDOUT )
5452 endif ()
5553
5654 execute_process (
You can’t perform that action at this time.
0 commit comments