diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-20 17:59:50 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-20 17:59:50 (GMT) |
commit | 67ba3cb3d2f6ef1d9857fc40f8d764e9c0602932 (patch) | |
tree | 266e7a2ac82905384ba6a498c52a93edf9be7cc0 /scripts/setenv-unibuild.sh | |
parent | f5cb2ecb3053180d3096e729cc8b0f774d79b1f3 (diff) |
for out of tree, build under $PWD/openscad_deps not $PWD
Diffstat (limited to 'scripts/setenv-unibuild.sh')
-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 |