changeset 10182 | 4980c48b8dbe |
parent 10176 | 3115d38204aa |
--- a/build-scripts/gcc-fat.sh Wed Jun 08 08:01:21 2016 -0700 +++ b/build-scripts/gcc-fat.sh Fri Jun 24 19:06:06 2016 +0200 @@ -14,7 +14,7 @@ # Intel 64-bit compiler flags (10.6 runtime compatibility) GCC_COMPILE_X64="gcc -arch x86_64 -mmacosx-version-min=10.6 \ --DMAC_OS_X_VERSION_MIN_REQUIRED=1050 \ +-DMAC_OS_X_VERSION_MIN_REQUIRED=1060 \ -I/usr/local/include" GCC_LINK_X64="-mmacosx-version-min=10.6"