Commit 44c22a5a authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fixed libmpcdec installation on Mac OS X

parent af9721e2
......@@ -2079,6 +2079,7 @@ ifdef HAVE_WIN32
endif
ifdef HAVE_MACOSX
(cd $<; mkdir -p $(PREFIX)/lib && cp libmpcdec/libmpcdec.dylib $(PREFIX)/lib/libmpcdec.dylib)
(install_name_tool -id $(PREFIX)/lib/libmpcdec.dylib $(PREFIX)/lib/libmpcdec.dylib)
endif
touch $@
......
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