mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
fix missing check of emit_termcap build option
This commit is contained in:
@ -36,7 +36,7 @@ pub fn init(b: *std.Build, cfg: *const Config) !GhosttyResources {
|
|||||||
// Convert to termcap source format if thats helpful to people and
|
// Convert to termcap source format if thats helpful to people and
|
||||||
// install it. The resulting value here is the termcap source in case
|
// install it. The resulting value here is the termcap source in case
|
||||||
// that is used for other commands.
|
// that is used for other commands.
|
||||||
{
|
if (cfg.emit_termcap) {
|
||||||
const run_step = RunStep.create(b, "infotocap");
|
const run_step = RunStep.create(b, "infotocap");
|
||||||
run_step.addArg("infotocap");
|
run_step.addArg("infotocap");
|
||||||
run_step.addFileArg(source);
|
run_step.addFileArg(source);
|
||||||
|
Reference in New Issue
Block a user