Skip to content

Commit dbfc41b

Browse files
committed
Again need more visibility
1 parent f4d1b08 commit dbfc41b

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

cmake/yup_python.cmake

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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 (

0 commit comments

Comments
 (0)