diff options
Diffstat (limited to 'setenv_mjau.sh')
-rw-r--r-- | setenv_mjau.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index 851cf0e..677a47a 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -4,8 +4,10 @@ export QMAKESPEC=macx-g++ #export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 #export CGALDIR=$PWD/../install/CGAL-3.6 -#export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install -#export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib +#export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib + +# Own own Qt +export PATH=$OPENSCAD_LIBRARIES/bin:$PATH # ccache: export PATH=/opt/local/libexec/ccache:$PATH |