[vlc-commits] commit: makefile: another Xcode4 fix ( =?UTF-8?Q?Felix=20Paul=20K=C3=BChne=20?=)
git at videolan.org
git at videolan.org
Fri Dec 31 18:51:13 CET 2010
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Dec 31 18:51:09 2010 +0100| [1e76bf48e3f0ef419cf1ca55c9d1d3fe4d0e099d] | committer: Felix Paul Kühne
makefile: another Xcode4 fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e76bf48e3f0ef419cf1ca55c9d1d3fe4d0e099d
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0db6325..ec8b2bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -471,7 +471,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
@@ -624,7 +624,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
More information about the vlc-commits
mailing list