diff options
| author | don bright <hugh.m.bright@gmail.com> | 2012-08-02 03:34:48 (GMT) | 
|---|---|---|
| committer | don bright <hugh.m.bright@gmail.com> | 2012-08-02 03:34:48 (GMT) | 
| commit | 679ae1304e7d1318c2c1e3b8b4f4f974ea061f0f (patch) | |
| tree | 9a4ea408ebe52a1948d12f252a6839cb7ba47b86 /scripts | |
| parent | faa90661256f7fcb1227af90c764bd0e7c35f05c (diff) | |
| parent | cec082a7fad504aa3b1389e8e38241c451440b01 (diff) | |
Merge branch 'mingw_installer' of github.com:openscad/openscad into mingw_installer
Diffstat (limited to 'scripts')
| -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 | 
