Commit 5e0fd988 authored by David Fuhrmann's avatar David Fuhrmann

macosx package: copy the really correct symlinks for libvlc* into the package

close #14560
parent a1d49a97
...@@ -250,11 +250,10 @@ done ...@@ -250,11 +250,10 @@ done
# Build the lib folder # Build the lib folder
vlc_install "lib/${prefix}" "libvlc.*.dylib" "${target_lib}" "library" vlc_install "lib/${prefix}" "libvlc.*.dylib" "${target_lib}" "library"
vlc_install "src/${prefix}" "libvlccore.*.dylib" "${target_lib}" "library" vlc_install "src/${prefix}" "libvlccore.*.dylib" "${target_lib}" "library"
pushd `pwd` > /dev/null
cd ${target_lib} # copy symlinks
ln -sf libvlc.5.dylib libvlc.dylib cp -RP "lib/${prefix}/libvlc.dylib" "${target_lib}"
ln -sf libvlccore.7.dylib libvlccore.dylib cp -RP "src/${prefix}/libvlccore.dylib" "${target_lib}"
popd > /dev/null
########################## ##########################
# Build the share folder # Build the share folder
......
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