Commit 034015da authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/Makefile: Fix libintl link if present. Reported by Fabien Lydoire.

parent 5c7bffc5
......@@ -79,6 +79,8 @@ VLC.framework/lib/libvlc-control.dylib: $(top_builddir)/src/.libs/libvlc-control
install_name_tool -id `pwd`/$@ $@ && \
install_name_tool -change /usr/local/lib/libvlc.1.dylib \
`pwd`/VLC.framework/lib/libvlc.dylib $@
install_name_tool -change @executable_path/lib/vlc_libintl.dylib \
`pwd`/VLC.framework/lib/vlc_libintl.dylib $@
VLC.framework/Headers: $(HEADERS)
......
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