Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
3331e96f by Maxime Chapelet at 2022-04-18T08:34:38+00:00
extra/package : fix tvOS compilation with proper bitcode flag

- - - - -


1 changed file:

- extras/package/apple/build.sh


Changes:

=====================================
extras/package/apple/build.sh
=====================================
@@ -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



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/3331e96f97509cb2a47de38e5877eae86a9c1634

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/3331e96f97509cb2a47de38e5877eae86a9c1634
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to