(OSX) Updates

This commit is contained in:
twinaphex 2015-02-01 06:23:04 +01:00
parent 95f4781b1e
commit 9f81da3e2f
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ else ifeq ($(platform), osx)
HAVE_MMAP = 1 HAVE_MMAP = 1
endif endif
ifndef ($(NOUNIVERSAL))
CFLAGS += $(ARCHFLAGS)
LDFLAGS += $(ARCHFLAGS)
endif
else ifeq ($(platform), ios) else ifeq ($(platform), ios)
# iOS # iOS
TARGET := $(TARGET_NAME)_libretro_ios.dylib TARGET := $(TARGET_NAME)_libretro_ios.dylib