summaryrefslogtreecommitdiff
path: root/setenv_mac-clang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setenv_mac-clang.sh')
-rw-r--r--setenv_mac-clang.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/setenv_mac-clang.sh b/setenv_mac-clang.sh
index 0dcc51f..7d968e8 100644
--- a/setenv_mac-clang.sh
+++ b/setenv_mac-clang.sh
@@ -1,11 +1,15 @@
export OPENSCAD_LIBRARIES=$PWD/../libraries/install
export DYLD_LIBRARY_PATH=$OPENSCAD_LIBRARIES/lib
+export DYLD_FRAMEWORK_PATH=$OPENSCAD_LIBRARIES/lib
export QMAKESPEC=unsupported/macx-clang
#export OPENCSGDIR=$PWD/../OpenCSG-1.3.0
#export CGALDIR=$PWD/../install/CGAL-3.6
#export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib
+# Our own Qt
+export PATH=$OPENSCAD_LIBRARIES/bin:$PATH
+
# ccache:
export PATH=/opt/local/libexec/ccache:$PATH
export CCACHE_BASEDIR=$PWD/..
contact: Jan Huwald // Impressum