mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
pkg/cimgui: requires libcpp
This commit is contained in:
@ -14,6 +14,7 @@ pub fn build(b: *std.Build) !void {
|
||||
.optimize = optimize,
|
||||
});
|
||||
lib.linkLibC();
|
||||
lib.linkLibCpp();
|
||||
if (target.isWindows()) {
|
||||
lib.linkSystemLibrary("imm32");
|
||||
}
|
||||
|
Reference in New Issue
Block a user