From b4b8b4bd75406ae960b765de4e40da8a5012a787 Mon Sep 17 00:00:00 2001 From: su_v Date: Sun, 21 Sep 2014 04:34:05 +0200 Subject: Packaging: fix typo (bzr r13506.1.105) --- packaging/macosx/osx-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') 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++" -- cgit v1.2.3