Add back comment

This commit is contained in:
David Matos
2026-02-17 23:46:50 +01:00
parent 2860dd29bb
commit 1ec54be4d5

View File

@@ -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",