mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
temporary (?) workaround for ios build
This commit is contained in:
parent
7fd5d17b31
commit
9aee8770d2
2 changed files with 12 additions and 1 deletions
|
@ -128,3 +128,9 @@ PLATFORM = libretro
|
|||
NO_CONFIG_MAK = yes
|
||||
|
||||
include Makefile
|
||||
|
||||
# workaround another breakage on;
|
||||
# Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)
|
||||
ifeq ($(platform), ios)
|
||||
pico/memory.o: CFLAGS += -O0
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue