Skip to content

Commit 7a470c5

Browse files
committed
recipe: Switch Mac minimum deployment version to 10.9.
1 parent d809ecc commit 7a470c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipe/activate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ then
55
# for Mac OSX
66
export CC=clang
77
export CXX=clang++
8-
export MACOSX_VERSION_MIN="10.7"
8+
export MACOSX_VERSION_MIN="10.9"
99
export MACOSX_DEPLOYMENT_TARGET="${MACOSX_VERSION_MIN}"
1010
export CMAKE_OSX_DEPLOYMENT_TARGET="${MACOSX_VERSION_MIN}"
1111
export CFLAGS="${CFLAGS} -mmacosx-version-min=${MACOSX_VERSION_MIN}"

recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: toolchain
3-
version: 1.1.1
3+
version: 2.0.0
44

55
build:
66
number: 0

0 commit comments

Comments
 (0)