vlc/vlc-1.2 | branch: master | Rafaël Carré <[email protected]> | 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 <[email protected]> > 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) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
