[vlc-commits] commit: Fixed VLC.app creation with Xcode 4.2 ( =?UTF-8?Q?Felix=20Paul=20K=C3=BChne=20?=)
git at videolan.org
git at videolan.org
Wed Dec 29 00:08:23 CET 2010
vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Dec 29 00:08:16 2010 +0100| [eb1fe36da8466761cb2e4c037158b12b10065fb8] | committer: Felix Paul Kühne
Fixed VLC.app creation with Xcode 4.2
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=eb1fe36da8466761cb2e4c037158b12b10065fb8
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e890ba2..c0f400a 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 -target vlc SYMROOT=../../../build $(silentstd) && \
+ xcodebuild install -nobonjourbuildhosts -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 -target vlc SYMROOT=../../../build $(silentstd) && \
+ xcodebuild install -nobonjourbuildhosts -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