libretro, build fixes for ios

This commit is contained in:
kub 2020-07-13 07:20:04 +02:00
parent 18538b2ce8
commit 35984c2198
8 changed files with 127 additions and 5 deletions

View file

@ -228,7 +228,7 @@ pprof: platform/linux/pprof.c
$(CC) $(CFLAGS) -O2 -ggdb -DPPROF -DPPROF_TOOL -I../../ -I. $^ -o $@ $(LDFLAGS) $(LDLIBS)
pico/pico_int_offs.h: tools/mkoffsets.sh
make -C tools/ XCC="$(CC)" XCFLAGS="$(CFLAGS)"
make -C tools/ XCC="$(CC)" XCFLAGS="$(CFLAGS)" XPLATFORM="$(platform)"
.s.o:
$(CC) $(CFLAGS) -c $< -o $@