changeset 2438:97fdc3814095

package poco: allow different VENDOR segments of host triplet
author Tony Theodore <tonyt@logyst.com>
date Sun, 22 Apr 2012 00:46:59 +1000
parents 813453ab528b
children f8ce0e75d4d2
files src/poco.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/poco.mk	Sat Apr 21 16:16:43 2012 +0200
+++ b/src/poco.mk	Sun Apr 22 00:46:59 2012 +1000
@@ -20,7 +20,7 @@
         --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 \