Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Mac OS X: Fixed typo in build script comment.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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" |
|
|
|
|
|