From: Stephan Witt Date: Sun, 21 Dec 2014 14:58:34 +0000 (+0100) Subject: add Mavericks and Yosemite SDKs X-Git-Tag: 2.2.0alpha1~1449 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=57941c83eae65b6f32b7ba726a5c86956464d404;p=features.git add Mavericks and Yosemite SDKs --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index ba385858ff..d26086efc0 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -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" ;; *)