1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

extra/package : fix tvOS compilation with proper bitcode flag

This commit is contained in:
Maxime Chapelet 2022-04-14 19:10:02 +02:00 committed by Jean-Baptiste Kempf
parent 2355d2cf3f
commit 3331e96f97

View File

@ -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