mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
compiler: Fix @import("builtin").unwind_tables logic.
This commit is contained in:
parent
f38d7a92cc
commit
566cc4f99d
@ -387,7 +387,7 @@ pub fn create(arena: Allocator, options: CreateOptions) !*Package.Module {
|
||||
.zig_backend = zig_backend,
|
||||
.output_mode = options.global.output_mode,
|
||||
.link_mode = options.global.link_mode,
|
||||
.unwind_tables = options.global.any_unwind_tables,
|
||||
.unwind_tables = unwind_tables,
|
||||
.is_test = options.global.is_test,
|
||||
.single_threaded = single_threaded,
|
||||
.link_libc = options.global.link_libc,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user