mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
updated script for xcode 6
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
SYSROOT_iPHONE="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk"
|
SYSROOT_iPHONE="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk"
|
||||||
SYSROOT_SIMULATOR="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk"
|
SYSROOT_SIMULATOR="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk"
|
||||||
CC_IPHONE="xcrun -sdk iphoneos clang"
|
CC_IPHONE="xcrun -sdk iphoneos clang"
|
||||||
CC_SIMULATOR="xcrun -sdk iphonesimulator clang"
|
CC_SIMULATOR="xcrun -sdk iphonesimulator clang"
|
||||||
function build_one {
|
function build_one {
|
||||||
|
|||||||
Reference in New Issue
Block a user