From c53a5d06bc0e6a6874312a23b38447cde2f87b14 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 28 Feb 2015 03:34:37 +0100 Subject: (iOS) Use xcodebuild instead of xcrun --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bc45d4..ec0f7ec 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ else ifeq ($(platform), ios) SHARED := -dynamiclib 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