mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 15:58:06 +02:00
Set our default compiler based on what our installed XCode prefers Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
7 lines
186 B
Text
7 lines
186 B
Text
# 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
|