diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-07-07 11:38:15 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-07-07 13:39:16 -0700 |
| commit | aa52bb83271edc626cd931cf9e8dfbcfc90d4cf2 (patch) | |
| tree | 4ddab249d8aabafb74221d2d96812b554eedfd39 /src/libs/libunwind.zig | |
| parent | a59c35cbf86e0266d5074ce219feef8436e45268 (diff) | |
| download | zig-aa52bb83271edc626cd931cf9e8dfbcfc90d4cf2.tar.gz zig-aa52bb83271edc626cd931cf9e8dfbcfc90d4cf2.zip | |
zig fmt
Diffstat (limited to 'src/libs/libunwind.zig')
| -rw-r--r-- | src/libs/libunwind.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/libunwind.zig b/src/libs/libunwind.zig index 430ff59748..71cc6ccbc0 100644 --- a/src/libs/libunwind.zig +++ b/src/libs/libunwind.zig @@ -29,7 +29,7 @@ pub fn buildStaticLib(comp: *Compilation, prog_node: std.Progress.Node) BuildErr const output_mode = .Lib; const target = &comp.root_mod.resolved_target.result; const unwind_tables: std.builtin.UnwindTables = - if (target.cpu.arch == .x86 and target.os.tag == .windows) .none else .@"async"; + if (target.cpu.arch == .x86 and target.os.tag == .windows) .none else .async; const config = Compilation.Config.resolve(.{ .output_mode = output_mode, .resolved_target = comp.root_mod.resolved_target, |
