We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4499dfe commit e3a005bCopy full SHA for e3a005b
cmake/yup_python.cmake
@@ -44,6 +44,13 @@ function (yup_prepare_python_stdlib target_name python_tools_path output_variabl
44
_yup_message (STATUS " * python_tools_path: ${python_tools_path}")
45
_yup_message (STATUS " * ignored_library_patterns: ${ignored_library_patterns}")
46
47
+ if (YUP_PLATFORM_WINDOWS)
48
+ execute_process (
49
+ COMMAND
50
+ dir "${Python_LIBRARY_DIRS}" /s /b
51
+ COMMAND_ECHO STDOUT)
52
+ endif()
53
+
54
execute_process (
55
COMMAND
56
"${Python_EXECUTABLE}" "${python_tools_path}/ArchivePythonStdlib.py"
0 commit comments