Skip to content
Snippets Groups Projects
Commit 3331e96f authored by Maxime Chapelet's avatar Maxime Chapelet Committed by Jean-Baptiste Kempf
Browse files

extra/package : fix tvOS compilation with proper bitcode flag

parent 2355d2cf
No related branches found
No related tags found
1 merge request!1787extra/package : fix tvOS compilation with proper bitcode flag
Pipeline #212058 passed with stage
in 14 minutes and 40 seconds
......@@ -630,7 +630,7 @@ mkdir -p "$VLC_CONTRIB_INSTALL_DIR"
write_config_mak "-Werror=partial-availability"
if [ "$VLC_USE_BITCODE" -gt "0" ]; then
VLC_CONTRIB_OPTIONS+=" --enable-bitcode"
VLC_CONTRIB_OPTIONS+=( "--enable-bitcode" )
fi
# Bootstrap contribs
......
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