mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
add another check for empty cc
s
This commit is contained in:
parent
86aa326ec0
commit
47b6732766
@ -1792,7 +1792,7 @@ note: if you're sure you want to do this, please open an issue as to why. In the
|
||||
|
||||
cmd.arg("--adb-path").arg("adb");
|
||||
cmd.arg("--adb-test-dir").arg(ADB_TEST_DIR);
|
||||
if target.contains("android") {
|
||||
if target.contains("android") && !builder.config.dry_run() {
|
||||
// Assume that cc for this target comes from the android sysroot
|
||||
cmd.arg("--android-cross-path")
|
||||
.arg(builder.cc(target).parent().unwrap().parent().unwrap());
|
||||
|
Loading…
Reference in New Issue
Block a user