mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 01:46:33 +00:00
pkg/breakpad: add linux_syscall_support.h to the vendored files
This commit is contained in:
@@ -175,6 +175,10 @@ pub fn build(b: *std.Build) !void {
|
||||
.optimize = optimize,
|
||||
});
|
||||
lib.linkLibrary(breakpad_dep.artifact("breakpad"));
|
||||
|
||||
// We need to add this because Sentry includes some breakpad
|
||||
// headers that include this vendored file...
|
||||
lib.addIncludePath(breakpad_dep.path("vendor"));
|
||||
},
|
||||
|
||||
.inproc => lib.addCSourceFiles(.{
|
||||
|
Reference in New Issue
Block a user