diff options
author | Marius Kintel <marius@kintel.net> | 2013-10-25 04:48:38 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-10-25 04:48:38 (GMT) |
commit | 144c30e701e4f22cc361ff8b8fdc1ea26013e041 (patch) | |
tree | f40dbf6586a9415a13d5926dae6680ba962f2269 /scripts | |
parent | 60ce9748de19111c65b3d12f2bac371a7a12ec3e (diff) | |
parent | 54595cc9bfc64cb383790fb18efcdad16e8fe0b0 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index dd58c22..994d2a1 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -391,7 +391,7 @@ USING_LLVM=false USING_GCC=false USING_CLANG=false if $OPTION_LLVM; then - USING_LLCM=true + USING_LLVM=true elif $OPTION_GCC; then USING_GCC=true elif $OPTION_CLANG; then |