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

Packaging: enable optional 32bit slices for iOS

parent 20ab4d74
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 32bit slices for distribution
option="-3"
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