mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
following the same style
This commit is contained in:
parent
d760df5aea
commit
ab12dfeb16
@ -335,7 +335,7 @@ pub fn parse_config(args: Vec<String>) -> Config {
|
||||
runtool: matches.opt_str("runtool"),
|
||||
host_rustcflags: matches.opt_str("host-rustcflags"),
|
||||
target_rustcflags: matches.opt_str("target-rustcflags"),
|
||||
target: target,
|
||||
target,
|
||||
host: opt_str2(matches.opt_str("host")),
|
||||
cdb,
|
||||
gdb,
|
||||
@ -345,7 +345,7 @@ pub fn parse_config(args: Vec<String>) -> Config {
|
||||
lldb_native_rust,
|
||||
llvm_version: matches.opt_str("llvm-version"),
|
||||
system_llvm: matches.opt_present("system-llvm"),
|
||||
android_cross_path: android_cross_path,
|
||||
android_cross_path,
|
||||
adb_path: opt_str2(matches.opt_str("adb-path")),
|
||||
adb_test_dir: opt_str2(matches.opt_str("adb-test-dir")),
|
||||
adb_device_status: opt_str2(matches.opt_str("target")).contains("android")
|
||||
|
Loading…
Reference in New Issue
Block a user