From 5b28007ceb08fa39ea8d895f94598670042b7064 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 28 Feb 2015 03:31:42 +0100 Subject: (iOS) Use xcodebuild instead of xcrun --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 48bf496..5bb804e 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ else ifeq ($(platform), ios) CPU_ARCH := arm ifeq ($(IOSSDK),) - IOSSDK := $(shell xcrun -sdk iphoneos -show-sdk-path) + IOSSDK := $(shell xcodebuild -version -sdk iphoneos Path) endif CC = clang -arch armv7 -isysroot $(IOSSDK) -- cgit v1.2.3