Skip to content

Commit c04955c

Browse files
committed
Output full python path in output
1 parent e3a005b commit c04955c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/yup_python.cmake

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

4747
if (YUP_PLATFORM_WINDOWS)
4848
execute_process (
49-
COMMAND
50-
dir "${Python_LIBRARY_DIRS}" /s /b
49+
COMMAND dir "${Python_LIBRARY_DIRS}" /s /b
50+
COMMAND dir "${Python_LIBRARY_DIRS}/.." /s /b
5151
COMMAND_ECHO STDOUT)
5252
endif()
5353

0 commit comments

Comments
 (0)