diff options
| author | Marius Kintel <marius@kintel.net> | 2012-02-07 00:30:45 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2012-02-07 00:30:45 (GMT) | 
| commit | c4a4c4cf6eccf4f94503555f625529518db4edf2 (patch) | |
| tree | 2a28787be0de1ebe777407607a5054f80cfc01d1 /scripts | |
| parent | e725437a5a083ba5fa9e1c53af27f6e84027d656 (diff) | |
| parent | 3c428a61ff7633c3a9d37a0011b085c9fca7042c (diff) | |
Merge pull request #84 from clothbot/qt_cleanup
Qt cleanup
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/macosx-build-dependencies.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 68b8200..4bcafd3 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -17,8 +17,8 @@  # o Port to other platforms?  # -BASEDIR=/Users/kintel/code/OpenSCAD/libraries -OPENSCADDIR=/Users/kintel/code/OpenSCAD/openscad +BASEDIR=$PWD/../libraries +OPENSCADDIR=$PWD  SRCDIR=$BASEDIR/src  DEPLOYDIR=$BASEDIR/install | 
