icu4c: use 7za instead of zip

closes #2429
This commit is contained in:
Tony Theodore 2019-11-05 20:07:57 +11:00
parent 05674fd67d
commit e5db7330b8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ define $(PKG)_BUILD_SHARED
rm -rfv '$(PREFIX)/$(TARGET)/bin/test-$(PKG)' '$(PREFIX)/$(TARGET)/bin/test-$(PKG).zip'
$(INSTALL) -d '$(PREFIX)/$(TARGET)/bin/test-$(PKG)'
cp $$($(TARGET)-peldd --all '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe') '$(PREFIX)/$(TARGET)/bin/test-$(PKG)'
cd '$(PREFIX)/$(TARGET)/bin' && zip -r test-$(PKG).zip test-$(PKG)
cd '$(PREFIX)/$(TARGET)/bin' && 7za a -tzip test-$(PKG).zip test-$(PKG)
rm -rfv '$(PREFIX)/$(TARGET)/bin/test-$(PKG)'
endef