diff options
-rw-r--r-- | src/icu4c.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/icu4c.mk b/src/icu4c.mk index b16a6e8..ef4c8bf 100644 --- a/src/icu4c.mk +++ b/src/icu4c.mk @@ -54,9 +54,6 @@ 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 |