diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-24 12:24:47 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-24 12:25:43 -0700 |
| commit | 48827b21d817dd167955be41d060eb3aea2239d7 (patch) | |
| tree | 714d13a1a99be1fe2e4660b454f40db970a15244 /build.zig | |
| parent | 513cdf667bb2fdd94eb00a7b3dc57df80f1531e9 (diff) | |
some PR feedback
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -104,8 +104,6 @@ pub fn build(b: *std.Build) !void { ); libghostty_vt_shared.install(libvt_step); libghostty_vt_shared.install(b.getInstallStep()); - libghostty_vt_shared.installPkgConfig(libvt_step); - libghostty_vt_shared.installPkgConfig(b.getInstallStep()); // Helpgen if (config.emit_helpgen) deps.help_strings.install(); |
