diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-08-10 14:01:44 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-08-20 15:01:31 (GMT) |
commit | 8b926503af89cc671001ba4902a761a0c44b615b (patch) | |
tree | 9efc716f6994861b45ef95f4f30afca989d40276 /tools/mxe-activate | |
parent | 5fe5944b5f631124f9f15b862c073ce15ac115a9 (diff) | |
download | mxe-8b926503af89cc671001ba4902a761a0c44b615b.zip mxe-8b926503af89cc671001ba4902a761a0c44b615b.tar.gz mxe-8b926503af89cc671001ba4902a761a0c44b615b.tar.bz2 |
mxe-activate: clear env vars on make invocation
Diffstat (limited to 'tools/mxe-activate')
-rw-r--r-- | tools/mxe-activate | 2 |
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 |