From 8d2c1cf55a07d303d480033d6416b402c9fa02a0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 20 May 2014 22:10:44 +0200 Subject: [PATCH] (iOS) Change IOSSDK reference --- libretro-build-ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build-ios.sh b/libretro-build-ios.sh index 79a3c348..1dc797cd 100755 --- a/libretro-build-ios.sh +++ b/libretro-build-ios.sh @@ -18,7 +18,7 @@ IOSSDK=$(xcrun -sdk iphoneos -show-sdk-path) IOSVER_MAJOR=$(xcrun -sdk iphoneos -show-sdk-platform-version | cut -c '1') IOSVER_MINOR=$(xcrun -sdk iphoneos -show-sdk-platform-version | cut -c '3') IOSVER=${IOSVER_MAJOR}${IOSVER_MINOR} -echo "iOS path: ${IOSSDKLOC}" +echo "iOS path: ${IOSSDK}" echo "iOS version: ${IOSVER}" export IOSSDK