Skip to content

Commit

Permalink
recipe: Switch Mac minimum deployment version to 10.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jun 21, 2016
1 parent d809ecc commit 7a470c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: toolchain
version: 1.1.1
version: 2.0.0

build:
number: 0
Expand Down

0 comments on commit 7a470c5

Please sign in to comment.