mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-12 11:13:46 +02:00
Merge pull request #3438
b3ad95f
cmake: WIN_DEPLOY_DLLS - update libicu version to 68 (xiphon)
This commit is contained in:
commit
4c85aea7c3
@ -78,19 +78,19 @@ if(APPLE OR (WIN32 AND NOT STATIC))
|
|||||||
)
|
)
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudtd67.dll
|
libicudtd68.dll
|
||||||
libicuind67.dll
|
libicuind68.dll
|
||||||
libicuiod67.dll
|
libicuiod68.dll
|
||||||
libicutud67.dll
|
libicutud68.dll
|
||||||
libicuucd67.dll
|
libicuucd68.dll
|
||||||
)
|
)
|
||||||
else() # assume release
|
else() # assume release
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudt67.dll
|
libicudt68.dll
|
||||||
libicuin67.dll
|
libicuin68.dll
|
||||||
libicuio67.dll
|
libicuio68.dll
|
||||||
libicutu67.dll
|
libicutu68.dll
|
||||||
libicuuc67.dll
|
libicuuc68.dll
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
|
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
|
||||||
|
Loading…
Reference in New Issue
Block a user