mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-18 01:21:25 +00:00
pkg/highway: requires libc headers
This commit is contained in:
@@ -21,6 +21,11 @@ pub fn build(b: *std.Build) !void {
|
||||
}),
|
||||
.linkage = .static,
|
||||
});
|
||||
|
||||
// Our highway package is free of libc at runtime (uses no symbols)
|
||||
// but does require libc headers at compile time.
|
||||
lib.linkLibC();
|
||||
|
||||
lib.addIncludePath(b.path("src/cpp"));
|
||||
if (upstream_) |upstream| {
|
||||
lib.addIncludePath(upstream.path(""));
|
||||
|
||||
Reference in New Issue
Block a user