mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-02 10:59:35 +02:00
(iOS) Use xcodebuild instead of xcrun
This commit is contained in:
2
Makefile
2
Makefile
@@ -109,7 +109,7 @@ else ifeq ($(platform), ios)
|
|||||||
CPU_ARCH := arm
|
CPU_ARCH := arm
|
||||||
|
|
||||||
ifeq ($(IOSSDK),)
|
ifeq ($(IOSSDK),)
|
||||||
IOSSDK := $(shell xcrun -sdk iphoneos -show-sdk-path)
|
IOSSDK := $(shell xcodebuild -version -sdk iphoneos Path)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CC = clang -arch armv7 -isysroot $(IOSSDK)
|
CC = clang -arch armv7 -isysroot $(IOSSDK)
|
||||||
|
|||||||
Reference in New Issue
Block a user