Commit ae072c46 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Makefile: fixed VLC-release.app creation with Xcode 3.1

This breaks the compilation with Xcode4 again, but that's okay for now.
parent c685c810
......@@ -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 -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
xcodebuild -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment