mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
(iOS) Change IOSSDK reference
This commit is contained in:
parent
650d211b23
commit
8d2c1cf55a
@ -18,7 +18,7 @@ IOSSDK=$(xcrun -sdk iphoneos -show-sdk-path)
|
|||||||
IOSVER_MAJOR=$(xcrun -sdk iphoneos -show-sdk-platform-version | cut -c '1')
|
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_MINOR=$(xcrun -sdk iphoneos -show-sdk-platform-version | cut -c '3')
|
||||||
IOSVER=${IOSVER_MAJOR}${IOSVER_MINOR}
|
IOSVER=${IOSVER_MAJOR}${IOSVER_MINOR}
|
||||||
echo "iOS path: ${IOSSDKLOC}"
|
echo "iOS path: ${IOSSDK}"
|
||||||
echo "iOS version: ${IOSVER}"
|
echo "iOS version: ${IOSVER}"
|
||||||
export IOSSDK
|
export IOSSDK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user