libiconv: remove redundant charset.alias for native build

This commit is contained in:
Tony Theodore 2018-03-23 01:25:23 +11:00
parent b2472742bf
commit 801361bdc4
1 changed files with 3 additions and 0 deletions

View File

@ -56,4 +56,7 @@ define $(PKG)_BUILD_$(BUILD)
$(if $(findstring darwin, $(BUILD)), \
$($(PKG)_BUILD_DARWIN), \
$($(PKG)_BUILD_NATIVE))
# charset.alias is redundant on mingw and modern glibc systems
rm -f '$(PREFIX)/$(TARGET)/lib/charset.alias'
endef