mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-22 12:50:46 +00:00
build: add pkg-config for libghostty-vt
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user