mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 11:35:48 +00:00
Add back comment
This commit is contained in:
@@ -63,7 +63,7 @@ pub fn addStepDependencies(
|
||||
fn createUpdateStep(b: *std.Build) !*std.Build.Step {
|
||||
const xgettext = b.addSystemCommand(&.{
|
||||
"xgettext",
|
||||
"--language=C",
|
||||
"--language=C", // Silence the "unknown extension" errors
|
||||
"--from-code=UTF-8",
|
||||
"--keyword=_",
|
||||
"--keyword=C_:1c,2",
|
||||
|
||||
Reference in New Issue
Block a user