mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
libretro, build fixes for ios
This commit is contained in:
parent
18538b2ce8
commit
35984c2198
8 changed files with 127 additions and 5 deletions
|
@ -2,7 +2,11 @@ TARGETS = amalgamate textfilter
|
|||
HOSTCC ?= cc
|
||||
|
||||
all:
|
||||
CC="$(XCC)" CFLAGS="$(XCFLAGS)" sh ./mkoffsets.sh ../pico
|
||||
if [ -f "offsets/$(XPLATFORM)-offsets.h" ]; then \
|
||||
ln -sf "../tools/offsets/$(XPLATFORM)-offsets.h" ../pico/pico_int_offs.h; \
|
||||
else \
|
||||
CC="$(XCC)" CFLAGS="$(XCFLAGS)" sh ./mkoffsets.sh ../pico; \
|
||||
fi
|
||||
|
||||
$(TARGETS): $(addsuffix .c,$(TARGETS))
|
||||
$(HOSTCC) -o $@ -O $@.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue