some cleanups in compiler

This commit is contained in:
Kivooeo 2025-10-12 08:08:30 +00:00
parent 3be68033b6
commit dc05250c2f
11 changed files with 23 additions and 26 deletions

View file

@ -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;
}