mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
utils: Fix windeployqt step once more.
The path was actually correct before, the filename wasn't. Change-Id: Ia7f1e5c171fbca22733bdbbcfd8844ade597f650
This commit is contained in:
parent
96f5b07d39
commit
22a6ae97a6
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|||
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_FILE:${deploy_TARGET}> ${deploydir}
|
||||
COMMAND ${WINDEPLOYQT_EXECUTABLE}
|
||||
$<IF:$<CONFIG:Debug>,--debug,--release> # on MinGW, release is mistaken as debug.
|
||||
$<TARGET_FILE:${deploy_TARGET}>
|
||||
${deploydir}/$<TARGET_FILE_NAME:${deploy_TARGET}>
|
||||
DEPENDS ${deploy_TARGET}
|
||||
)
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue