Maclauncher: No 32-bit anymore!
This commit is contained in:
parent
6380e284c2
commit
4e9ab5aa80
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ OSX_TARGET="10.6"
|
|||
pushd maclauncher/FlightGearOSX
|
||||
|
||||
# compile the stub executable
|
||||
gcc -o FlightGear -mmacosx-version-min=$OSX_TARGET -isysroot $SDK_PATH -arch i386 main.m \
|
||||
gcc -o FlightGear -mmacosx-version-min=$OSX_TARGET -isysroot $SDK_PATH main.m \
|
||||
-framework Cocoa -framework RubyCocoa -framework Foundation -framework AppKit
|
||||
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue