From 67ba3cb3d2f6ef1d9857fc40f8d764e9c0602932 Mon Sep 17 00:00:00 2001 From: don bright Date: Thu, 20 Dec 2012 18:59:50 +0100 Subject: for out of tree, build under $PWD/openscad_deps not $PWD 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 -- cgit v0.10.1