Commit d8eccf08 authored by Felix Paul Kühne's avatar Felix Paul Kühne

osx/framework: don't include the big macosx module as it is useless for this purpose

parent 76103bc4
......@@ -140,6 +140,12 @@ if test "${ACTION}" = "build"; then
popd > /dev/null
fi
# remove stuff we don't need
if [ "$FULL_PRODUCT_NAME" = "VLCKit.framework" ] ; then
echo "Removing module libmacosx_plugin.dylib"
rm ${target_modules}/libmacosx_plugin.dylib
fi
##########################
# Build the library folder
echo "Building library folder... ${linked_libs}"
......
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