mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
build: add some missing darwin tags
This commit is contained in:
parent
be9649f4ea
commit
6805ed940b
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ fn addCmakeCfgOptionsToExe(
|
||||||
};
|
};
|
||||||
mod.linkSystemLibrary("unwind", .{});
|
mod.linkSystemLibrary("unwind", .{});
|
||||||
},
|
},
|
||||||
.ios, .macos, .watchos, .tvos, .visionos => {
|
.driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => {
|
||||||
mod.link_libcpp = true;
|
mod.link_libcpp = true;
|
||||||
},
|
},
|
||||||
.windows => {
|
.windows => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue