Commit 26748792 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Honor libvlc/libvlccorelibrary versions

parent a2376bde
......@@ -153,8 +153,10 @@ if test "${ACTION}" = "build"; then
esac
done
install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.dylib" ${target_lib} "library"
install_library "${VLC_BUILD_DIR}/src/${prefix}libvlccore.dylib" ${target_lib} "library"
install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.2.dylib" "${target_lib}" "library"
install_library "${VLC_BUILD_DIR}/src/${prefix}libvlccore.2.dylib" "${target_lib}" "library"
ln -sf ${target_lib}/libvlc.2.dylib ${target_lib}/libvlc.dylib
ln -sf ${target_lib}/libvlccore.2.dylib ${target_lib}/libvlccore.dylib
##########################
# 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