From 5fd64172754a257cf44ff60a250264d9cb82801d Mon Sep 17 00:00:00 2001 From: jaguar yang Date: Tue, 12 Nov 2013 10:32:07 +0800 Subject: [PATCH] edit used of xcode-select --- build.ffmpeg.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.ffmpeg.sh b/build.ffmpeg.sh index 53c9a66..dae00c3 100755 --- a/build.ffmpeg.sh +++ b/build.ffmpeg.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Please run this command to set the correct xcode-select path of xcode +# sudo xcode-select -switch /Applications/Xcode.app + LIBNAME="ffmpeg" ARCHS="armv7 armv7s i386" TARGET_OS=darwin