(OSX) Updates
This commit is contained in:
parent
95f4781b1e
commit
9f81da3e2f
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -97,6 +97,11 @@ else ifeq ($(platform), osx)
|
|||
HAVE_MMAP = 1
|
||||
endif
|
||||
|
||||
ifndef ($(NOUNIVERSAL))
|
||||
CFLAGS += $(ARCHFLAGS)
|
||||
LDFLAGS += $(ARCHFLAGS)
|
||||
endif
|
||||
|
||||
else ifeq ($(platform), ios)
|
||||
# iOS
|
||||
TARGET := $(TARGET_NAME)_libretro_ios.dylib
|
||||
|
|
Loading…
Add table
Reference in a new issue