aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTwinaphex2015-02-28 03:34:37 +0100
committerTwinaphex2015-02-28 03:34:37 +0100
commitc53a5d06bc0e6a6874312a23b38447cde2f87b14 (patch)
tree8b2775044977ae4accefc4a39e00da749e0ec0db /Makefile
parente12958f2fd223e0c829e6c2b226c75d8dc377315 (diff)
downloadsnesemu-c53a5d06bc0e6a6874312a23b38447cde2f87b14.tar.gz
snesemu-c53a5d06bc0e6a6874312a23b38447cde2f87b14.tar.bz2
snesemu-c53a5d06bc0e6a6874312a23b38447cde2f87b14.zip
(iOS) Use xcodebuild instead of xcrun
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)