From 92d32922ef7a18edfb5faad43e471267f5397fca Mon Sep 17 00:00:00 2001 From: Diego Waxemberg Date: Tue, 14 Oct 2014 21:30:07 -0400 Subject: [PATCH] updated script for xcode 6 --- build-ffmpeg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-ffmpeg.sh b/build-ffmpeg.sh index fac9bc67..7edfab99 100755 --- a/build-ffmpeg.sh +++ b/build-ffmpeg.sh @@ -1,7 +1,7 @@ #!/bin/bash -SYSROOT_iPHONE="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk" -SYSROOT_SIMULATOR="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.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/iPhoneSimulator.sdk" CC_IPHONE="xcrun -sdk iphoneos clang" CC_SIMULATOR="xcrun -sdk iphonesimulator clang" function build_one {