Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kendryte747 committed Oct 11, 2024
1 parent 3ce1b9b commit f6f1961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kburn/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(WIN32 AND BUILD_WITH_MINGW)
install(CODE "
execute_process(
COMMAND ${CMAKE_COMMAND} -E echo \"Running copy_dlls.sh\"
COMMAND bash \"\${CMAKE_SOURCE_DIR}/cli/cmake/copy_dlls.sh\"
COMMAND bash \"\${CMAKE_CURRENT_LIST_DIR}/cmake/copy_dlls.sh\"
\"${OUTPUT_EXE_NAME}\" \"${TOOLCHAIN_ROOT}\" \"${CMAKE_INSTALL_PREFIX}\" \"${OBJDUMP_COMMAND}\"
RESULT_VARIABLE RESULT
COMMAND_ECHO STDOUT
Expand Down

0 comments on commit f6f1961

Please sign in to comment.