Skip to content
Snippets Groups Projects
Commit b9e9412c authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

Packaging: enable optional ARMv7 slice for iOS

parent f52c5d3a
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,8 @@ buildMobileVLCKit()
local option="$1"
if [ "$DEPLOY_MOBILEVLCKIT" = "yes" ]; then
option=""
# enable legacy ARMv7 slice for distribution
option="-7"
fi
if ! $BUILD_MOBILEVLCKIT $option; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment