changeset 9783 | 013201812ffb |
parent 9221 | 0702f9d6e2b1 |
child 10176 | 3115d38204aa |
1.1 --- a/build-scripts/g++-fat.sh Fri Jun 26 20:11:41 2015 +0200 1.2 +++ b/build-scripts/g++-fat.sh Fri Jun 26 20:12:10 2015 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 1.5 DEVELOPER="`xcode-select -print-path`/Platforms/MacOSX.platform/Developer" 1.6 1.7 -# Intel 32-bit compiler flags (10.6 runtime compatibility) 1.8 +# Intel 32-bit compiler flags (10.5 runtime compatibility) 1.9 GCC_COMPILE_X86="g++ -arch i386 -mmacosx-version-min=10.5 \ 1.10 -I/usr/local/include" 1.11