diff options
Diffstat (limited to 'src/icu4c.mk')
-rw-r--r-- | src/icu4c.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/icu4c.mk b/src/icu4c.mk index ef4c8bf..b16a6e8 100644 --- a/src/icu4c.mk +++ b/src/icu4c.mk @@ -54,6 +54,9 @@ define $(PKG)_BUILD_SHARED # icu4c installs its DLLs to lib/. Move them to bin/. mv -fv $(PREFIX)/$(TARGET)/lib/icu*.dll '$(PREFIX)/$(TARGET)/bin/' + # stub data is icudt.dll, actual data is libicudt.dll - prefer actual + mv -fv '$(PREFIX)/$(TARGET)/lib/libicudt$($(PKG)_MAJOR).dll' '$(PREFIX)/$(TARGET)/bin/icudt$($(PKG)_MAJOR).dll' + $($(PKG)_BUILD_TEST) # bundle test to verify deployment |