From 54595cc9bfc64cb383790fb18efcdad16e8fe0b0 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 24 Oct 2013 11:32:25 -0400 Subject: fix llvm build diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index d91c1e5..994d2a1 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -8,7 +8,6 @@ # # Usage: macosx-build-dependencies.sh [-6lcd] # -6 Build only 64-bit binaries -# -c Force use of LLVM compiler # -l Force use of LLVM compiler # -c Force use of clang compiler # -d Build for deployment (if not specified, e.g. Sparkle won't be built) @@ -392,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 -- cgit v0.10.1