Skip to content

Commit

Permalink
remove linking with Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jul 17, 2023
1 parent e4879c5 commit 7e72312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ pub fn buildSokol(b: *Builder, target: CrossTarget, mode: Mode, config: Config,
inline for (csources) |csrc| {
lib.addCSourceFile(sokol_path ++ csrc, &[_][]const u8{"-ObjC", "-DIMPL", backend_option});
}
lib.linkFramework("Foundation");
lib.linkFramework("Cocoa");
lib.linkFramework("QuartzCore");
lib.linkFramework("AudioToolbox");
Expand Down

0 comments on commit 7e72312

Please sign in to comment.