Skip to content

Commit

Permalink
pkg/breakpad: add linux_syscall_support.h to the vendored files
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Aug 29, 2024
1 parent f133206 commit 0f35f62
Show file tree
Hide file tree
Showing 4 changed files with 5,381 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
vendor/** linguist-vendored
website/** linguist-documentation
pkg/breakpad/vendor/** linguist-vendored
pkg/cimgui/vendor/** linguist-vendored
pkg/simdutf/vendor/** linguist-vendored
src/terminal/res/** linguist-vendored
1 change: 1 addition & 0 deletions pkg/breakpad/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) !void {
});
lib.linkLibCpp();
lib.addIncludePath(upstream.path("src"));
lib.addIncludePath(b.path("vendor"));
if (target.result.isDarwin()) {
const apple_sdk = @import("apple_sdk");
try apple_sdk.addPaths(b, &lib.root_module);
Expand Down
Loading

0 comments on commit 0f35f62

Please sign in to comment.