Revert "icu4c: fix shared build by removing obsolete hack"

The patch seems to have been a misguided response to a interference
from a previous build.

This reverts commit 82ef2bc32c.
This commit is contained in:
Mark Brand 2019-11-03 22:52:38 +01:00
parent 3c46541e49
commit 3f0668d21d
1 changed files with 3 additions and 0 deletions

View File

@ -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