From ce456cfb8e1a60b630ad7c5ac421f6847047a512 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 24 Jun 2016 19:06:06 +0200 Subject: [PATCH] Mac: Updated availability macro in build script. --- build-scripts/gcc-fat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/gcc-fat.sh b/build-scripts/gcc-fat.sh index bfc72b87a6cc3..65f759d4ab07c 100755 --- a/build-scripts/gcc-fat.sh +++ b/build-scripts/gcc-fat.sh @@ -14,7 +14,7 @@ GCC_LINK_X86="-mmacosx-version-min=10.6" # 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"