Alexandre Janniaux pushed to branch master at VideoLAN / VLC
Commits:
28b60131 by Alexandre Janniaux at 2025-02-25T11:57:36+00:00
get-rust-target: fix triplet for armv7 android
arm-unknown-linux-androideabi is not the correct triplet for android.
- - - - -
1 changed file:
- contrib/src/get-rust-target.sh
Changes:
=====================================
contrib/src/get-rust-target.sh
=====================================
@@ -129,7 +129,7 @@ case $OS in
androideabi)
case $ARCH in
arm|armv7|thumbv7neon)
- return_triplet $TRIPLET
+ return_triplet "arm-linux-androideabi"
;;
esac
;;
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/28b601318640dc3be3b463fbb39e480179ad8ebe
--
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/28b601318640dc3be3b463fbb39e480179ad8ebe
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