Commit 0fba4c63 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Install libvlc and libvlccore as a link to their numbered version.

parent f89857ba
...@@ -162,7 +162,13 @@ if test "${ACTION}" = "build"; then ...@@ -162,7 +162,13 @@ if test "${ACTION}" = "build"; then
esac esac
done done
install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.dylib" "${target_lib}" "library" install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.5.dylib" "${target_lib}" "library"
install_library "${VLC_BUILD_DIR}/src/${prefix}libvlccore.4.dylib" "${target_lib}" "library"
pushd `pwd` > /dev/null
cd ${TARGET_BUILD_DIR}/${FULL_PRODUCT_NAME}/lib
ln -sf libvlc.5.dylib libvlc.dylib
ln -sf libvlccore.4.dylib libvlccore.dylib
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