[vlc-commits] [Git][videolan/vlc][master] get-rust-target: fix triplet for armv7 android

Alexandre Janniaux (@alexandre-janniaux) gitlab at videolan.org
Tue Feb 25 12:50:50 UTC 2025



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


More information about the vlc-commits mailing list