Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rudib committed Jan 10, 2018
1 parent e68f108 commit 8807b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu_runner/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ pub fn crossbuild_rust_tests(options: &CrossbuildOptions) -> CrossbuiltTests {
.arg("--target")
.arg(&options.target_arch)
.env("RUSTFLAGS", "--emit obj")
.env("RUST_TARGET_PATH", &options.tests_project_path)
.stdout(Stdio::inherit())
.stderr(Stdio::inherit())
.output();
Expand Down

0 comments on commit 8807b04

Please sign in to comment.