summaryrefslogtreecommitdiff
path: root/setenv_mac-homebrew.sh
blob: 9dd763308e7b7610299044d699581a559845a587 (plain)
1
2
3
4
5
6
7
8
9
10
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/..
contact: Jan Huwald // Impressum