diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-22 00:34:59 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-22 00:34:59 (GMT) |
commit | 784b503f0dd57de2ac55836e07dd14e82800a593 (patch) | |
tree | e7e2c0dd9b5b253343a8946313080c0fce55d947 /setenv_mac-clang.sh | |
parent | 6ecf96b081626c512343fc1a8f7aa4a202ffaa86 (diff) | |
parent | 99a0b67cd4500b8f4410231b30fd67c0fa3aa4cb (diff) |
Merge pull request #240 from openscad/colah_highlighter
Colah highlighter
Diffstat (limited to 'setenv_mac-clang.sh')
-rw-r--r-- | setenv_mac-clang.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/setenv_mac-clang.sh b/setenv_mac-clang.sh index 2bc9234..0dcc51f 100644 --- a/setenv_mac-clang.sh +++ b/setenv_mac-clang.sh @@ -4,8 +4,7 @@ export QMAKESPEC=unsupported/macx-clang #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 # ccache: export PATH=/opt/local/libexec/ccache:$PATH |