Mac OS X: Fixed typo in build script comment.

Philipp Wiesemann 2015-06-26 20:12:10 +02:00
parent 9b6f159c3d
commit c5857ab498
1 changed files with 1 additions and 1 deletions

View File

@ -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"