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 e3a005b commit c04955cCopy full SHA for c04955c
cmake/yup_python.cmake
@@ -46,8 +46,8 @@ function (yup_prepare_python_stdlib target_name python_tools_path output_variabl
46
47
if (YUP_PLATFORM_WINDOWS)
48
execute_process (
49
- COMMAND
50
- dir "${Python_LIBRARY_DIRS}" /s /b
+ COMMAND dir "${Python_LIBRARY_DIRS}" /s /b
+ COMMAND dir "${Python_LIBRARY_DIRS}/.." /s /b
51
COMMAND_ECHO STDOUT)
52
endif()
53
0 commit comments