package poco: allow different VENDOR segments of host triplet

This commit is contained in:
Tony Theodore 2012-04-22 00:46:59 +10:00
parent 8116c74f8b
commit f21fe84da8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ define $(PKG)_BUILD
--config=MinGW-CrossEnv \
--static \
--prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
$(MAKE) -C '$(1)' -j '$(JOBS)' install CROSSENV=$(TARGET)
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic \