mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-02 02:49:33 +02:00
iOS - set HAVE_POSIX_MEMALIGN and -marm
This commit is contained in:
2
Makefile
2
Makefile
@@ -81,7 +81,7 @@ else ifeq ($(platform), ios)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CC = clang -arch armv7 -isysroot $(IOSSDK)
|
CC = clang -arch armv7 -isysroot $(IOSSDK)
|
||||||
CFLAGS += -DIOS -DHAVE_MMAP
|
CFLAGS += -DIOS -DHAVE_MMAP -DHAVE_POSIX_MEMALIGN -marm
|
||||||
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
||||||
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
||||||
ifeq ($(OSX_LT_MAVERICKS),"YES")
|
ifeq ($(OSX_LT_MAVERICKS),"YES")
|
||||||
|
|||||||
Reference in New Issue
Block a user