From 18cf5658f7c0acdeedec74830fe6306716e12872 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 28 Feb 2015 03:27:17 +0100 Subject: [PATCH] (iOS) Use xcodebuild instead of xcrun --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 0045aaa..ff6d575 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -69,7 +69,7 @@ else ifeq ($(platform), ios) ENDIANNESS_DEFINES = -DLSB_FIRST -DLOCAL_LE=1 CFLAGS += -DHAVE_ASPRINTF -DIOS ifeq ($(IOSSDK),) - IOSSDK := $(shell xcrun -sdk iphoneos -show-sdk-path) + IOSSDK := $(shell xcodebuild -version -sdk iphoneos Path) endif CC = clang -arch armv7 -isysroot $(IOSSDK) CFLAGS += -DIOS