mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-24 18:21:48 +01:00
Don't use xcrun for setting IOSSDK
This commit is contained in:
parent
4cdacae8dd
commit
6439e82141
@ -69,7 +69,7 @@ else ifeq ($(platform), ios)
|
||||
APPLE := 1
|
||||
|
||||
ifeq ($(IOSSDK),)
|
||||
IOSSDK := $(shell xcrun -sdk iphoneos -show-sdk-path)
|
||||
IOSSDK := $(shell xcodebuild -version -sdk iphoneos Path)
|
||||
endif
|
||||
|
||||
CC = clang -arch armv7 -isysroot $(IOSSDK)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user