diff options
Diffstat (limited to 'scripts/mingw-x-build-dependencies.sh')
-rwxr-xr-x | scripts/mingw-x-build-dependencies.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/mingw-x-build-dependencies.sh b/scripts/mingw-x-build-dependencies.sh index e820e20..f1e9984 100755 --- a/scripts/mingw-x-build-dependencies.sh +++ b/scripts/mingw-x-build-dependencies.sh @@ -19,6 +19,12 @@ if [ ! -f $OPENSCADDIR/openscad.pro ]; then echo "Must be run from the OpenSCAD source root directory" exit 0 fi + +if [ $OPENSCAD_LIBRARIES ]; then + echo "OPENSCAD_LIBRARIES env variable is already set. Please re-run from a clean shell." + exit 0 +fi + BASEDIR=$HOME/openscad_deps MXEDIR=$BASEDIR/mxe PATH=$MXEDIR/usr/bin:$PATH |