diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-20 19:36:17 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-20 19:36:17 (GMT) |
commit | eda7a413351aabedfbf115ae336b2b610844953e (patch) | |
tree | 54d7e6dfccef42ac96e6f0801310e0caa70fdb8d /scripts/setenv-linbuild.sh | |
parent | 821c064f3e6d624152b49f2297b750bdc53f3a5f (diff) |
cgal 4.0.2 has a bugfix re clang and gcc 4.7 ( issue #117 )
Diffstat (limited to 'scripts/setenv-linbuild.sh')
-rw-r--r-- | scripts/setenv-linbuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setenv-linbuild.sh b/scripts/setenv-linbuild.sh index 6361dd4..338cac9 100644 --- a/scripts/setenv-linbuild.sh +++ b/scripts/setenv-linbuild.sh @@ -3,9 +3,9 @@ # run this file with 'source setenv-linbuild.sh' every time you re-login # and want to build or run openscad against custom libraries installed -# into BASEDIR. +# into BASEDIR. -# copy this file to your .bashrc if desired. +# copy this file to your .bashrc if desired. if [ ! $BASEDIR ]; then BASEDIR=$HOME/openscad_deps |