Skip to content

Commit f4d1b08

Browse files
committed
Print more python folder
1 parent c04955c commit f4d1b08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmake/yup_python.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ function (yup_prepare_python_stdlib target_name python_tools_path output_variabl
4646

4747
if (YUP_PLATFORM_WINDOWS)
4848
execute_process (
49-
COMMAND dir "${Python_LIBRARY_DIRS}" /s /b
50-
COMMAND dir "${Python_LIBRARY_DIRS}/.." /s /b
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"
5153
COMMAND_ECHO STDOUT)
5254
endif()
5355

0 commit comments

Comments
 (0)