aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-05-04 14:18:32 +0000
committertobtoht <tob@featherwallet.org>2025-05-04 14:18:32 +0000
commit2b0e7d0dee6ba3d9daa97fd8734447472a34f853 (patch)
tree4953e1182256cf4fd233340d3bb26f64f61f8a46
parente17e238ee97c8385a58ea61c94ce9a056c61a18f (diff)
parent0fd48a1e56801373650b00f671a55df85ed0d4a3 (diff)
downloadmonzero-gui-2b0e7d0dee6ba3d9daa97fd8734447472a34f853.tar.gz
monzero-gui-2b0e7d0dee6ba3d9daa97fd8734447472a34f853.tar.xz
monzero-gui-2b0e7d0dee6ba3d9daa97fd8734447472a34f853.zip
Merge pull request #4441
0fd48a1e cmake: fix deploy icu version (selsta)
-rw-r--r--cmake/Deploy.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmake/Deploy.cmake b/cmake/Deploy.cmake
index b4d607a2..4789d642 100644
--- a/cmake/Deploy.cmake
+++ b/cmake/Deploy.cmake
@@ -96,11 +96,11 @@ if(APPLE OR (WIN32 AND NOT STATIC))
libssl-3-x64.dll
libcrypto-3-x64.dll
#icu
- libicudt76.dll
- libicuin76.dll
- libicuio76.dll
- libicutu76.dll
- libicuuc76.dll
+ libicudt77.dll
+ libicuin77.dll
+ libicuio77.dll
+ libicutu77.dll
+ libicuuc77.dll
)
# Boost Regex is header-only since 1.77