diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-08-10 14:01:44 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-08-10 14:01:44 (GMT) |
commit | b3737cd1904f185c48797c96653177304959bbfa (patch) | |
tree | 0045c1f19dc6993cbae6d0a75388322f033577ab /tools | |
parent | bb8ecde41e7ea1935890d0b1fd9a71afffdc2180 (diff) | |
download | mxe-b3737cd1904f185c48797c96653177304959bbfa.zip mxe-b3737cd1904f185c48797c96653177304959bbfa.tar.gz mxe-b3737cd1904f185c48797c96653177304959bbfa.tar.bz2 |
mxe-activate: clear env vars on make invocation
Diffstat (limited to 'tools')
-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 |