diff options
author | Mark Brand <mabrand@mabrand.nl> | 2019-10-31 22:56:08 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2019-10-31 23:00:18 (GMT) |
commit | 82ef2bc32c0e07c1e4c0afaade2bdefea3483c94 (patch) | |
tree | a0fedb7069bedb6fc3b3c6c748f45b84ac61d8b3 /src/icu4c.mk | |
parent | b5f9aab93e62f7c119f1d37ed016b4478c0ca666 (diff) | |
download | mxe-82ef2bc32c0e07c1e4c0afaade2bdefea3483c94.zip mxe-82ef2bc32c0e07c1e4c0afaade2bdefea3483c94.tar.gz mxe-82ef2bc32c0e07c1e4c0afaade2bdefea3483c94.tar.bz2 |
icu4c: fix shared build by removing obsolete hack
icudt65.dll is no longer named libicudt65.dll
Diffstat (limited to 'src/icu4c.mk')
-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 |