diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-20 20:51:40 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-20 20:51:40 (GMT) |
commit | b22951af47f7cbb5a7db60765f6ab188544fffbe (patch) | |
tree | 354e33f5d93b1de95517fa4291579ec8d68bd4b5 /scripts/setenv-linbuild-clang.sh | |
parent | dec26f84dd9781e2553ce03d536a90ca931f109e (diff) |
enable build of glew + opencsg with clang from script
Diffstat (limited to 'scripts/setenv-linbuild-clang.sh')
-rw-r--r-- | scripts/setenv-linbuild-clang.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/setenv-linbuild-clang.sh b/scripts/setenv-linbuild-clang.sh index c4e02f8..9551235 100644 --- a/scripts/setenv-linbuild-clang.sh +++ b/scripts/setenv-linbuild-clang.sh @@ -1,8 +1,12 @@ -# build dependencies and openscad on linux with clang. +# build dependencies and/or openscad on linux with the clang compiler export CC=clang export CXX=clang++ export QMAKESPEC=unsupported/linux-clang +echo CC has been modified: $CC +echo CXX has been modified: $CXX +echo QMAKESPEC has been modified: $QMAKESPEC + . ./scripts/setenv-linbuild.sh |