Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve header searchlist handling in build, main
build.zig: - use "-I" instead of "-isystem" for `b.addSearchPrefix()` main.zig: - silently ignore superfluous search dirs - warn when a dir is added to multiple searchlists - consolidate "expected paramter after {s}" fatal error messages - rename command-line switch `-dirafter` → `-idirafter` closes #12888
- Loading branch information