mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-21 06:13:54 +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
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -71,8 +71,8 @@ UNICORN_CFLAGS += -fPIC
|
|||
# Verbose output?
|
||||
V ?= 0
|
||||
|
||||
# on MacOS, compile in Universal format by default
|
||||
MACOS_UNIVERSAL ?= yes
|
||||
# on MacOS, by default do not compile in Universal format
|
||||
MACOS_UNIVERSAL ?= no
|
||||
|
||||
ifeq ($(UNICORN_DEBUG),yes)
|
||||
CFLAGS += -g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue