mirror of https://github.com/OpenTTD/OpenTTD
(svn r7587) -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme
parent
16162ecd06
commit
1f836aa995
|
@ -154,7 +154,7 @@ Unix:
|
||||||
MacOS X:
|
MacOS X:
|
||||||
Use "make" or Xcode (which will then call make for you)
|
Use "make" or Xcode (which will then call make for you)
|
||||||
This will give you a binary for your CPU type (PPC/Intel)
|
This will give you a binary for your CPU type (PPC/Intel)
|
||||||
To make an universal binary type "make FAT_BINARY:=1"
|
To make a universal binary type "make UNIVERSAL_BINARY:=1"
|
||||||
|
|
||||||
BeOS:
|
BeOS:
|
||||||
Use "make".
|
Use "make".
|
||||||
|
|
Loading…
Reference in New Issue