summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-04-21 14:46:59 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-04-21 14:46:59 (GMT)
commitf21fe84da809d813c008b4d08792187f6d1808d1 (patch)
treee76d42f9da5136814df9181845b52999f1e425a1
parent8116c74f8bc603ddffbbf2ad805ffdfac1451763 (diff)
downloadmxe-f21fe84da809d813c008b4d08792187f6d1808d1.zip
mxe-f21fe84da809d813c008b4d08792187f6d1808d1.tar.gz
mxe-f21fe84da809d813c008b4d08792187f6d1808d1.tar.bz2
package poco: allow different VENDOR segments of host triplet
-rw-r--r--src/poco.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poco.mk b/src/poco.mk
index 46c117f..c9cb3c6 100644
--- a/src/poco.mk
+++ b/src/poco.mk
@@ -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 \