Merge pull request #5 from iKarith/master

Don't use xcrun for setting IOSSDK
This commit is contained in:
Twinaphex
2015-03-10 11:37:22 +01:00

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)