diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-02 03:20:02 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-02 03:20:02 (GMT) |
commit | cec082a7fad504aa3b1389e8e38241c451440b01 (patch) | |
tree | b4474d27bb7d92111cc3ccc4790547cb43da025a /scripts/setenv-mingw-xbuild.sh | |
parent | b942c728c1ac532d65bd780ba2a124dc0fb036b1 (diff) |
fix bug w OPENSCADDIR
Diffstat (limited to 'scripts/setenv-mingw-xbuild.sh')
-rw-r--r-- | scripts/setenv-mingw-xbuild.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/setenv-mingw-xbuild.sh b/scripts/setenv-mingw-xbuild.sh index 8417e0a..987f6e4 100644 --- a/scripts/setenv-mingw-xbuild.sh +++ b/scripts/setenv-mingw-xbuild.sh @@ -14,12 +14,13 @@ if [ ! $BASEDIR ]; then BASEDIR=$HOME/openscad_deps fi +export OPENSCADDIR=$PWD export DEPLOYDIR=$OPENSCADDIR/mingw32 export MXEDIR=$BASEDIR/mxe export PATH=$MXEDIR/usr/bin:$PATH -echo MXEDIR: $MXEDIR echo BASEDIR: $BASEDIR +echo MXEDIR: $MXEDIR echo DEPLOYDIR: $DEPLOYDIR echo PATH modified with $MXEDIR/usr/bin |