Skip to content
Snippets Groups Projects
Commit 85709e94 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'toolchain' into 'master'

[toolchain] use 10.9 as minimum requirement

See merge request !16
parents 92a73e8b da7415b9
Branches
Tags
1 merge request!16[toolchain] use 10.9 as minimum requirement
Pipeline #
......@@ -5,7 +5,7 @@ then
# for Mac OSX
export CC=gcc
export CXX=g++
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}"
......
package:
name: toolchain
version: 2.1.0
version: 2.2.0
build:
number: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment