We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0195ebf commit bbae474Copy full SHA for bbae474
tests/test.rs
@@ -642,7 +642,8 @@ fn clang_android() {
642
{
643
let test = Test::new();
644
test.shim("arm-linux-androideabi-clang")
645
- .shim("arm-linux-androideabi-ar");
+ .shim("arm-linux-androideabi-ar")
646
+ .shim("llvm-ar");
647
test.gcc().target(target).file("foo.c").compile("foo");
648
test.cmd(0).must_not_have("--target=arm-linux-androideabi");
649
}
0 commit comments