Commit 94dfb7fb authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

framework: Fix the Pre-Compile script.

This script starts to get unreadable, it's probably time to refresh it.
parent 94f547c1
...@@ -153,10 +153,7 @@ if test "${ACTION}" = "build"; then ...@@ -153,10 +153,7 @@ if test "${ACTION}" = "build"; then
esac esac
done done
install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.2.dylib" "${target_lib}" "library" install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.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 # Build the share folder
......
...@@ -579,9 +579,6 @@ ...@@ -579,9 +579,6 @@
"-read_only_relocs", "-read_only_relocs",
suppress, suppress,
"-lvlc", "-lvlc",
"$(LD_FLAGS_LIBINTL)",
"$(LD_FLAGS_LIBVLC)",
"$(LD_FLAGS_LIBVLC_CONTROL)",
); );
PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders"; PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
PRODUCT_NAME = VLCKit; PRODUCT_NAME = VLCKit;
......
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