Add rust support to android-x86_64

This commit is contained in:
Jonas Vautherin
2025-02-15 23:06:46 +01:00
parent 4a4babf7fa
commit 283f79eacf
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[build]
target = "x86_64-linux-android"
[target.x86_64-linux-android]
linker = "/usr/x86_64-linux-android/bin/x86_64-linux-android-clang"