X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=config.sh;h=58e569e7296f2c213857af5fd172aaa9b5fe7fbf;hb=1581a99387cebd19931ffba636a38607d44a3537;hp=44e2043aa20a6a6c797cdcd6d9e207f489e07f6b;hpb=07e0e8e1f28eeb684d49683324ec1e95057305fe;p=windows-environment.git diff --git a/config.sh b/config.sh index 44e2043..58e569e 100644 --- a/config.sh +++ b/config.sh @@ -2,8 +2,5 @@ export CBS_CURL=curl # Parameter to pass to make for parallel builds # (set the number to the number of cores on your machine) export CBS_PARALLEL="-j4" -# SDK to build against (not necessarily the minimum deployment version) -export CBS_MACOSX_SDK_VERSION=11.0 -export CBS_MACOSX_SDK_PREFIX=/Users/ci/SDK export CBS_CMAKE="cmake"