Commit 5fd69776 authored by Felix Paul Kühne's avatar Felix Paul Kühne

mac packaging: don't hardcode library versions

parent df8b5210
...@@ -248,8 +248,8 @@ done ...@@ -248,8 +248,8 @@ done
########################## ##########################
# Build the lib folder # Build the lib folder
vlc_install "lib/${prefix}" "libvlc.5.dylib" "${target_lib}" "library" vlc_install "lib/${prefix}" "libvlc.*.dylib" "${target_lib}" "library"
vlc_install "src/${prefix}" "libvlccore.8.dylib" "${target_lib}" "library" vlc_install "src/${prefix}" "libvlccore.*.dylib" "${target_lib}" "library"
pushd `pwd` > /dev/null pushd `pwd` > /dev/null
cd ${target_lib} cd ${target_lib}
ln -sf libvlc.5.dylib libvlc.dylib ln -sf libvlc.5.dylib libvlc.dylib
......
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