Skip to content

Commit

Permalink
fix library build
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Aug 21, 2023
1 parent bc5f816 commit 835d7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ pub fn lib(
.file = .{ .path = sdkPath("/src/base/ftmac.c") },
.flags = &.{},
});
addPaths(l);
return l;
}

Expand Down

0 comments on commit 835d7f0

Please sign in to comment.