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

Rafaël Carré git at videolan.org
Thu Dec 1 20:13:10 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec  1 14:12:40 2011 -0500| [49bbc50cc33eee44db37fe7bacb2e261a4f29168] | committer: Rafaël Carré

contrib: xcode3: select ARCHS to be built

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

 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 66360c7..51f8fb3 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -127,6 +127,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