mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
Sema: remove periods from the few error messages that have them
For consistency.
This commit is contained in:
parent
60830e36e3
commit
31689d0dd9
@ -9531,7 +9531,7 @@ fn handleExternLibName(
|
||||
return sema.fail(
|
||||
block,
|
||||
src_loc,
|
||||
"dependency on dynamic library '{s}' requires enabling Position Independent Code. Fixed by '-l{s}' or '-fPIC'.",
|
||||
"dependency on dynamic library '{s}' requires enabling Position Independent Code; fixed by '-l{s}' or '-fPIC'",
|
||||
.{ lib_name, lib_name },
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user