mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-13 20:24:23 +08:00
4dfd2dcbe7
(cherry picked from commit a21c61ee8b
)
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
# Configuration for Darwin / MacOS X, making 32bit fat dynamic libs
|
|
|
|
RC_CFLAGS=-arch ppc -arch i386
|
|
|
|
include $(TOP)/configs/darwin
|
|
|
|
CONFIG_NAME = darwin-fat-32bit
|