Skip to content

Commit e3a005b

Browse files
committed
More testing
1 parent 4499dfe commit e3a005b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cmake/yup_python.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ function (yup_prepare_python_stdlib target_name python_tools_path output_variabl
4444
_yup_message (STATUS " * python_tools_path: ${python_tools_path}")
4545
_yup_message (STATUS " * ignored_library_patterns: ${ignored_library_patterns}")
4646

47+
if (YUP_PLATFORM_WINDOWS)
48+
execute_process (
49+
COMMAND
50+
dir "${Python_LIBRARY_DIRS}" /s /b
51+
COMMAND_ECHO STDOUT)
52+
endif()
53+
4754
execute_process (
4855
COMMAND
4956
"${Python_EXECUTABLE}" "${python_tools_path}/ArchivePythonStdlib.py"

0 commit comments

Comments
 (0)