diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-24 12:22:04 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-24 12:22:09 -0700 |
| commit | 513cdf667bb2fdd94eb00a7b3dc57df80f1531e9 (patch) | |
| tree | ec65d2daa73c9496a726d1dd57e7088b231127d9 /build.zig | |
| parent | 0944f051aaf96e0a640ae798f4194b3777d4f5ce (diff) | |
build: add pkg-config for libghostty-vt
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,8 @@ 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(); |
