Commit d057091d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/Pre-Compile.sh: Make sure libvlc.dylib gets updated.

parent 5da72b77
...@@ -115,4 +115,5 @@ if test "${ACTION}" = "build"; then ...@@ -115,4 +115,5 @@ if test "${ACTION}" = "build"; then
# Build the library folder # Build the library folder
########################## ##########################
install_library "${VLC_BUILD_DIR}/src/.libs/libvlc-control.dylib" ${target_lib} "library" install_library "${VLC_BUILD_DIR}/src/.libs/libvlc-control.dylib" ${target_lib} "library"
install_library "${VLC_BUILD_DIR}/src/.libs/libvlc.dylib" ${target_lib} "library"
fi fi
\ No newline at end of file
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