]> git.lyx.org Git - lyx.git/commitdiff
add Mavericks and Yosemite SDKs
authorStephan Witt <switt@lyx.org>
Sun, 21 Dec 2014 14:58:34 +0000 (15:58 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 21 Dec 2014 14:58:34 +0000 (15:58 +0100)
development/LyX-Mac-binary-release.sh

index ba385858ff034f69cc79ffdd116ff7a38c3fe69e..d26086efc07b170b0df0870ed7177d9c181f39ff 100644 (file)
@@ -185,7 +185,7 @@ while [ $# -gt 0 ]; do
                        export OBJC=gcc-4.0
                        export CXX=g++-4.0
                        ;;
-               10.5|10.6|10.7|10.8)
+               10.5|10.6|10.7|10.8|10.9|10.10)
                        SDKROOT="${DEVELOPER_SDKS}/MacOSX${SDKROOT}.sdk"
                        ;;
                *)