mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-05 15:05:59 +00:00
MacOS: do not build in universal format by default
Backports commit 1cb45fab51aaddf480948bf28700c3ab129366b2 from unicorn
This commit is contained in:
parent
d149648f2f
commit
ca1c319c3d
4
Makefile
4
Makefile
|
@ -71,8 +71,8 @@ UNICORN_CFLAGS += -fPIC
|
||||||
# Verbose output?
|
# Verbose output?
|
||||||
V ?= 0
|
V ?= 0
|
||||||
|
|
||||||
# on MacOS, compile in Universal format by default
|
# on MacOS, by default do not compile in Universal format
|
||||||
MACOS_UNIVERSAL ?= yes
|
MACOS_UNIVERSAL ?= no
|
||||||
|
|
||||||
ifeq ($(UNICORN_DEBUG),yes)
|
ifeq ($(UNICORN_DEBUG),yes)
|
||||||
CFLAGS += -g
|
CFLAGS += -g
|
||||||
|
|
Loading…
Reference in a new issue