Skip to content
Snippets Groups Projects
Commit 199d3c56 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Run packages-formatter via Python interpreter for Windows.

parent 780120dc
No related branches found
No related tags found
No related merge requests found
...@@ -13,5 +13,6 @@ add_custom_command(OUTPUT packages-info.txt ...@@ -13,5 +13,6 @@ add_custom_command(OUTPUT packages-info.txt
DEPENDS ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py DEPENDS ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py
COMMAND ${PYTHON_EXECUTABLE} COMMAND ${PYTHON_EXECUTABLE}
${CMAKE_SOURCE_DIR}/cmake/run_build_test.py -DAUTOBUILD_ADDRSIZE=${ADDRESS_SIZE} ${CMAKE_SOURCE_DIR}/cmake/run_build_test.py -DAUTOBUILD_ADDRSIZE=${ADDRESS_SIZE}
${PYTHON_EXECUTABLE}
${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py > packages-info.txt ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py > packages-info.txt
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment