[vlc-commits] contrib: xcode3: select ARCHS to be built

Rafaël Carré git at videolan.org
Fri Dec 2 00:24:10 CET 2011


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec  1 14:12:40 2011 -0500| [fcc3d395b347c4f9da286fe44e52b7064a57cdd5] | committer: Jean-Baptiste Kempf

contrib: xcode3: select ARCHS to be built
(cherry picked from commit 49bbc50cc33eee44db37fe7bacb2e261a4f29168)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=fcc3d395b347c4f9da286fe44e52b7064a57cdd5
---

 contrib/src/main.mak |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 69d3510..a1da438 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -128,6 +128,7 @@ endif
 
 XCODE_FLAGS = -sdk macosx$(OSX_VERSION)
 ifeq ($(shell xcodebuild -version 2>/dev/null | tee /dev/null|head -1|cut -d\  -f2|cut -d. -f1),3)
+XCODE_FLAGS += ARCHS=$(ARCH)
 # XCode 3 doesn't support -arch
 else
 XCODE_FLAGS += -arch $(ARCH)



More information about the vlc-commits mailing list