Commit 65f58dd9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/Pre-Compile.sh: Fix libvlc.dylib and libvlc-control.dylib installation.

parent c56d27fd
...@@ -99,7 +99,7 @@ if test "${ACTION}" = "build"; then ...@@ -99,7 +99,7 @@ if test "${ACTION}" = "build"; then
########################## ##########################
########################## ##########################
# Build the library folder (Same as VLCKit.framework/lib in Makefile) # Build the library folder
echo "Building library folder..." echo "Building library folder..."
for linked_lib in ${linked_libs} ; do for linked_lib in ${linked_libs} ; do
case "${linked_lib}" in case "${linked_lib}" in
...@@ -114,9 +114,12 @@ if test "${ACTION}" = "build"; then ...@@ -114,9 +114,12 @@ if test "${ACTION}" = "build"; then
;; ;;
esac esac
done done
# Build the share folder
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"
########################## ##########################
# Build the library folder (Same as VLCKit.framework/lib in Makefile) # Build the share folder
echo "Building share folder..." echo "Building share folder..."
pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks" pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks"
mkdir -p ${target_share} mkdir -p ${target_share}
......
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