We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d809ecc commit 7a470c5Copy full SHA for 7a470c5
recipe/activate.sh
@@ -5,7 +5,7 @@ then
5
# for Mac OSX
6
export CC=clang
7
export CXX=clang++
8
- export MACOSX_VERSION_MIN="10.7"
+ export MACOSX_VERSION_MIN="10.9"
9
export MACOSX_DEPLOYMENT_TARGET="${MACOSX_VERSION_MIN}"
10
export CMAKE_OSX_DEPLOYMENT_TARGET="${MACOSX_VERSION_MIN}"
11
export CFLAGS="${CFLAGS} -mmacosx-version-min=${MACOSX_VERSION_MIN}"
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: toolchain
3
- version: 1.1.1
+ version: 2.0.0
4
build:
number: 0
0 commit comments