vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkue...@videolan.org> | Fri 
Dec 31 18:51:42 2010 +0100| [3e929d5d263459b8456339a40b1e8f28a1e7a020] | 
committer: Felix Paul Kühne 

makefile: another Xcode4 fix

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=3e929d5d263459b8456339a40b1e8f28a1e7a020
---

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c0f400a..0146dc9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -507,7 +507,7 @@ VLC-release.app: vlc
              $(top_builddir)/tmp/modules/gui/macosx; \
        done
        $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
-       xcodebuild install -nobonjourbuildhosts -target vlc 
SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
+       xcodebuild install -target vlc SYMROOT=../../../build 
DSTROOT=../../../build $(silentstd) && \
        cd ../../../../ && \
        cp -R $(top_builddir)/tmp/build/Default/VLC.bundle 
$(top_builddir)/VLC-release.app; \
        rm -Rf $(top_builddir)/tmp
@@ -660,7 +660,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib 
$(top_builddir)/src/.lib
              $(top_builddir)/tmp/modules/gui/macosx; \
        done
        $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
-       xcodebuild install -nobonjourbuildhosts -target vlc 
SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
+       xcodebuild install -target vlc SYMROOT=../../../build 
DSTROOT=../../../build $(silentstd) && \
        cd ../../../../ && \
        cp -R $(top_builddir)/tmp/build/Default/VLC.bundle 
$(top_builddir)/VLC.app
        $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to