some cleanups in compiler
This commit is contained in:
parent
3be68033b6
commit
dc05250c2f
11 changed files with 23 additions and 26 deletions
|
|
@ -197,7 +197,7 @@ fn main() {
|
|||
|
||||
// Include path contains host directory, replace it with target
|
||||
if is_crossed && flag.starts_with("-I") {
|
||||
cfg.flag(&flag.replace(&host, &target));
|
||||
cfg.flag(flag.replace(&host, &target));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue