61f6aff5d9
Set our default compiler based on what our installed XCode prefers Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
# Configuration for Darwin / MacOS X, making 32bit and 64bit fat dynamic libs for intel
|
|
|
|
RC_CFLAGS=-arch i386 -arch x86_64
|
|
|
|
include $(TOP)/configs/darwin
|
|
|
|
CONFIG_NAME = darwin-fat-intel
|