diff options
Diffstat (limited to 'setenv_mac-homebrew.sh')
-rwxr-xr-x | setenv_mac-homebrew.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/setenv_mac-homebrew.sh b/setenv_mac-homebrew.sh new file mode 100755 index 0000000..9dd7633 --- /dev/null +++ b/setenv_mac-homebrew.sh @@ -0,0 +1,11 @@ +export OPENSCAD_LIBRARIES=$PWD/../libraries/homebrew +export DYLD_LIBRARY_PATH=$OPENSCAD_LIBRARIES/lib +export DYLD_FRAMEWORK_PATH=$OPENSCAD_LIBRARIES/lib +export QMAKESPEC=unsupported/macx-clang + +# Our own Qt +export PATH=$OPENSCAD_LIBRARIES/bin:$PATH + +# ccache: +export PATH=/opt/local/libexec/ccache:$PATH +export CCACHE_BASEDIR=$PWD/.. |