From c5857ab4986e08e8a1d1b7f4136d8bc78efa6e3c Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 26 Jun 2015 20:12:10 +0200 Subject: [PATCH] Mac OS X: Fixed typo in build script comment. --- build-scripts/g++-fat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/g++-fat.sh b/build-scripts/g++-fat.sh index b6fe7bb48665b..29b04302faeaf 100755 --- a/build-scripts/g++-fat.sh +++ b/build-scripts/g++-fat.sh @@ -6,7 +6,7 @@ DEVELOPER="`xcode-select -print-path`/Platforms/MacOSX.platform/Developer" -# Intel 32-bit compiler flags (10.6 runtime compatibility) +# Intel 32-bit compiler flags (10.5 runtime compatibility) GCC_COMPILE_X86="g++ -arch i386 -mmacosx-version-min=10.5 \ -I/usr/local/include"