mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #4245
06ed059
cmake: fix deploy by updating libicu version (selsta)
This commit is contained in:
commit
1fe6765efa
1 changed files with 6 additions and 17 deletions
|
@ -96,24 +96,13 @@ if(APPLE OR (WIN32 AND NOT STATIC))
|
||||||
#openssl files
|
#openssl files
|
||||||
libssl-3-x64.dll
|
libssl-3-x64.dll
|
||||||
libcrypto-3-x64.dll
|
libcrypto-3-x64.dll
|
||||||
|
#icu
|
||||||
|
libicudt74.dll
|
||||||
|
libicuin74.dll
|
||||||
|
libicuio74.dll
|
||||||
|
libicutu74.dll
|
||||||
|
libicuuc74.dll
|
||||||
)
|
)
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
|
||||||
libicudtd73.dll
|
|
||||||
libicuind73.dll
|
|
||||||
libicuiod73.dll
|
|
||||||
libicutud73.dll
|
|
||||||
libicuucd73.dll
|
|
||||||
)
|
|
||||||
else() # assume release
|
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
|
||||||
libicudt73.dll
|
|
||||||
libicuin73.dll
|
|
||||||
libicuio73.dll
|
|
||||||
libicutu73.dll
|
|
||||||
libicuuc73.dll
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
|
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
|
||||||
add_custom_command(TARGET deploy
|
add_custom_command(TARGET deploy
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
|
|
Loading…
Reference in a new issue