diff options
| author | tobtoht <tob@featherwallet.org> | 2025-11-13 00:31:51 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-11-13 00:31:51 +0000 |
| commit | 39522ab549d978d795a3e09ea4fd9017eb86ecb0 (patch) | |
| tree | 9d1a98b61ac2e6ae7efbba93d81d54aa53a82a70 | |
| parent | 061a256df7794be99e730ea4ebf5a2a990efa386 (diff) | |
| parent | aa5b20ef629e10f68447e5aa10825e7beeb49b38 (diff) | |
| download | monzero-gui-39522ab549d978d795a3e09ea4fd9017eb86ecb0.tar.gz monzero-gui-39522ab549d978d795a3e09ea4fd9017eb86ecb0.tar.xz monzero-gui-39522ab549d978d795a3e09ea4fd9017eb86ecb0.zip | |
Merge pull request #4522
aa5b20e cmake: update deploy icu version (selsta)
| -rw-r--r-- | cmake/Deploy.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cmake/Deploy.cmake b/cmake/Deploy.cmake index e0db882d..9a6efd93 100644 --- a/cmake/Deploy.cmake +++ b/cmake/Deploy.cmake @@ -99,11 +99,11 @@ if(APPLE OR (WIN32 AND NOT STATIC)) libssl-3-x64.dll libcrypto-3-x64.dll #icu - libicudt77.dll - libicuin77.dll - libicuio77.dll - libicutu77.dll - libicuuc77.dll + libicudt78.dll + libicuin78.dll + libicuio78.dll + libicutu78.dll + libicuuc78.dll ) # Boost Regex is header-only since 1.77 |
