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

another compilation fix for the mac

parent 762686af
...@@ -555,7 +555,7 @@ VLC-release.app: vlc ...@@ -555,7 +555,7 @@ VLC-release.app: vlc
# This is just for development purposes. # This is just for development purposes.
# The resulting VLC.app will only run in this tree. # The resulting VLC.app will only run in this tree.
VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/lib/.libs/libvlc.dylib
$(AM_V_GEN)(cd src && make install $(silentstd)) $(AM_V_GEN)(cd src && make install $(silentstd))
rm -Rf $(top_builddir)/tmp rm -Rf $(top_builddir)/tmp
mkdir -p "$(top_builddir)/tmp/extras/package/macosx" mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
......
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