libiconv: note gcc conflict on darwin

This commit is contained in:
Tony Theodore 2018-03-01 15:56:19 +11:00
parent 50ba42cce4
commit 963e7b99de
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ define $(PKG)_BUILD_NATIVE
endef
define $(PKG)_BUILD_DARWIN
# causes issues with other packages so use different prefix
# required for glib but causes issues with other packages
# (e.g. gcc) so use different prefix
cd '$(BUILD_DIR)' && $(SOURCE_DIR)/configure \
$(MXE_CONFIGURE_OPTS) \
--prefix='$(PREFIX)/$(TARGET).gnu'