on MacOS, compile in Universal format by default

This commit is contained in:
Nguyen Anh Quynh
2016-12-19 22:07:38 +08:00
parent 87d7c1be4b
commit c42e118832
2 changed files with 4 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ UNICORN_CFLAGS += -fPIC
# Verbose output?
V ?= 0
# on MacOS, compile in Universal format by default
MACOS_UNIVERSAL ?= yes
ifeq ($(UNICORN_DEBUG),yes)
CFLAGS += -g
else