summaryrefslogtreecommitdiffstats
path: root/tools/mxe-activate
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-10 14:01:44 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-10 14:01:44 (GMT)
commitb3737cd1904f185c48797c96653177304959bbfa (patch)
tree0045c1f19dc6993cbae6d0a75388322f033577ab /tools/mxe-activate
parentbb8ecde41e7ea1935890d0b1fd9a71afffdc2180 (diff)
downloadmxe-b3737cd1904f185c48797c96653177304959bbfa.zip
mxe-b3737cd1904f185c48797c96653177304959bbfa.tar.gz
mxe-b3737cd1904f185c48797c96653177304959bbfa.tar.bz2
mxe-activate: clear env vars on make invocation
Diffstat (limited to 'tools/mxe-activate')
-rw-r--r--tools/mxe-activate2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mxe-activate b/tools/mxe-activate
index 29aac18..db707b2 100644
--- a/tools/mxe-activate
+++ b/tools/mxe-activate
@@ -1,6 +1,6 @@
export MXE_DIR=`pwd`
export PATH=$MXE_DIR/usr/bin:$PATH
-alias mxe='make -C $MXE_DIR'
+alias mxe='env -i PATH=$PATH make -C $MXE_DIR'
SED=`gsed --help >/dev/null 2>&1 && echo g`sed