mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-23 16:09:41 +00:00
iOS: support for building using buildbot recipe
This commit is contained in:
parent
d469c089ea
commit
835f5bc984
2
Makefile
2
Makefile
@ -108,7 +108,7 @@ ifeq ($(IOSSDK),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(platform),ios-arm64)
|
ifeq ($(platform),ios-arm64)
|
||||||
CC = clang -arch armv64 -isysroot $(IOSSDK)
|
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||||
else
|
else
|
||||||
CC = clang -arch armv7 -isysroot $(IOSSDK)
|
CC = clang -arch armv7 -isysroot $(IOSSDK)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user