Skip to content

Commit

Permalink
Sync from rust 4d45b07
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 25, 2022
2 parents e9d1a0a + d9bbac0 commit 53f4bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_system/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,8 @@ impl TestRunner {
out_dir.push("out");

let is_native = host_triple == target_triple;
let jit_supported = target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
let jit_supported =
target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");

let mut rust_flags = env::var("RUSTFLAGS").ok().unwrap_or("".to_string());
let mut run_wrapper = Vec::new();
Expand Down

0 comments on commit 53f4bb9

Please sign in to comment.