Skip to content

Commit

Permalink
build: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
foxnne committed Aug 15, 2023
1 parent 3684da9 commit e664569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub fn build(b: *std.Build) !void {
// Critically, this MUST NOT be included as a -D__kernel_ptr_semantics flag. If it is,
// then this macro will not be defined even if `defineCMacro` was also called!
nfd_lib.defineCMacro("__kernel_ptr_semantics", "");
@import("xcode_frameworks").addPaths(b, nfd_lib);
xcode_frameworks.addPaths(b, nfd_lib);
}
app.compile.linkLibrary(nfd_lib);
zstbi_pkg.link(app.compile);
Expand Down

0 comments on commit e664569

Please sign in to comment.