diff options
-rw-r--r-- | setenv_mjau.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index b8012f6..f6a16d2 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -5,3 +5,7 @@ export DYLD_LIBRARY_PATH=$MACOSX_DEPLOY_DIR/lib #export CGALDIR=$PWD/../install/CGAL-3.6 #export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install #export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib + +# ccache: +export PATH=/opt/local/libexec/ccache:$PATH +export CCACHE_BASEDIR=$PWD/.. |