summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-09-21 02:34:05 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-09-21 02:34:05 +0000
commitb4b8b4bd75406ae960b765de4e40da8a5012a787 (patch)
treeba0b199aa3fa0c815d8841eb1399043eefc9d4eb /packaging
parentPackaging: python wrapper - override PYTHONPATH if using external modules (Py... (diff)
downloadinkscape-b4b8b4bd75406ae960b765de4e40da8a5012a787.tar.gz
inkscape-b4b8b4bd75406ae960b765de4e40da8a5012a787.zip
Packaging: fix typo
(bzr r13506.1.105)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-build.sh2
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++"