fix: remove redundant get_compiler() call

This commit is contained in:
Amin Yahyaabadi 2023-01-09 11:09:51 -08:00
parent 5d83c8f3b8
commit 04453f64af

View file

@ -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 {