fix any->macOS cross-compilation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
55317a1afc
commit
f79e0decb6
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ pub fn build(b: *std.Build) !void {
|
||||||
// Transitive dependencies, explicit linkage of these works around
|
// Transitive dependencies, explicit linkage of these works around
|
||||||
// ziglang/zig#17130
|
// ziglang/zig#17130
|
||||||
module.linkSystemLibrary("objc", .{});
|
module.linkSystemLibrary("objc", .{});
|
||||||
|
module.linkFramework("CoreImage", .{});
|
||||||
|
module.linkFramework("CoreVideo", .{});
|
||||||
|
|
||||||
// Direct dependencies
|
// Direct dependencies
|
||||||
module.linkFramework("AudioToolbox", .{});
|
module.linkFramework("AudioToolbox", .{});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue