44e2043aa20a6a6c797cdcd6d9e207f489e07f6b
[windows-environment.git] / config.sh
1 export CBS_CURL=curl
2 # Parameter to pass to make for parallel builds
3 # (set the number to the number of cores on your machine)
4 export CBS_PARALLEL="-j4"
5 # SDK to build against (not necessarily the minimum deployment version)
6 export CBS_MACOSX_SDK_VERSION=11.0
7 export CBS_MACOSX_SDK_PREFIX=/Users/ci/SDK
8 export CBS_CMAKE="cmake"
9