Don't use xcrun for setting IOSSDK

This commit is contained in:
T. Joseph Carter 2015-03-10 01:29:47 -07:00
parent 4cdacae8dd
commit 6439e82141

View File

@ -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)