From 7a470c5ec71ad250bbfe6565016e793f3cc8f339 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Mon, 20 Jun 2016 20:48:29 -0400 Subject: [PATCH] recipe: Switch Mac minimum deployment version to 10.9. --- recipe/activate.sh | 2 +- recipe/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/activate.sh b/recipe/activate.sh index c89135e..47d2b2d 100644 --- a/recipe/activate.sh +++ b/recipe/activate.sh @@ -5,7 +5,7 @@ then # for Mac OSX export CC=clang export CXX=clang++ - export MACOSX_VERSION_MIN="10.7" + export MACOSX_VERSION_MIN="10.9" export MACOSX_DEPLOYMENT_TARGET="${MACOSX_VERSION_MIN}" export CMAKE_OSX_DEPLOYMENT_TARGET="${MACOSX_VERSION_MIN}" export CFLAGS="${CFLAGS} -mmacosx-version-min=${MACOSX_VERSION_MIN}" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cbfed40..1b27679 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: toolchain - version: 1.1.1 + version: 2.0.0 build: number: 0