diff options
-rw-r--r-- | scripts/setenv-unibuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setenv-unibuild.sh b/scripts/setenv-unibuild.sh index 19d37f9..5462983 100644 --- a/scripts/setenv-unibuild.sh +++ b/scripts/setenv-unibuild.sh @@ -18,7 +18,7 @@ setenv_common() # otherwise, assume its being run 'out of tree'. treat it somewhat like # "configure" or "cmake", so you can build dependencies where u wish. echo "Not in OpenSCAD dir... using current directory as base of build" - BASEDIR=$PWD + BASEDIR=$PWD/openscad_deps fi fi DEPLOYDIR=$BASEDIR |