fix: remove redundant get_compiler() call
This commit is contained in:
parent
5d83c8f3b8
commit
04453f64af
1 changed files with 0 additions and 1 deletions
|
|
@ -377,7 +377,6 @@ impl Loader {
|
|||
command.env(key, value);
|
||||
}
|
||||
|
||||
let compiler = config.get_compiler();
|
||||
if compiler.is_like_msvc() {
|
||||
command.args(&["/nologo", "/LD", "/I"]).arg(header_path);
|
||||
if self.debug_build {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue