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

os x packaging: fix invalid link (closes #14560)

parent d69f7fdb
...@@ -249,7 +249,7 @@ done ...@@ -249,7 +249,7 @@ done
########################## ##########################
# Build the lib folder # Build the lib folder
vlc_install "lib/${prefix}" "libvlc.5.dylib" "${target_lib}" "library" vlc_install "lib/${prefix}" "libvlc.5.dylib" "${target_lib}" "library"
vlc_install "src/${prefix}" "libvlccore.7.dylib" "${target_lib}" "library" vlc_install "src/${prefix}" "libvlccore.8.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