package poco: allow different VENDOR segments of host triplet

pull/21/merge
Tony Theodore 12 years ago
parent 8116c74f8b
commit f21fe84da8

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

Loading…
Cancel
Save