Skip to content

Commit

Permalink
Mac OS X: Fixed typo in build script comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 26, 2015
1 parent 9b6f159 commit c5857ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/g++-fat.sh
Expand Up @@ -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"

Expand Down

0 comments on commit c5857ab

Please sign in to comment.