diff options
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/osx-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh index 5db991f1f..a4f294b27 100755 --- a/packaging/macosx/osx-build.sh +++ b/packaging/macosx/osx-build.sh @@ -235,7 +235,7 @@ elif [ "$OSXMINORNO" -eq "7" ]; then export CXXFLAGS="$CFLAGS -Wno-mismatched-tags -Wno-cast-align" #-stdlib=libstdc++ -std=c++11 elif [ "$OSXMINORNO" -eq "8" ]; then ## Apple's clang on Mountain Lion - TARGETNAME="MOUTAIN LION" + TARGETNAME="MOUNTAIN LION" TARGETVERSION="10.8" export CC="/usr/bin/clang" export CXX="/usr/bin/clang++" |
