Skip to content

Commit

Permalink
fix: update unwind_tables for latest Zig
Browse files Browse the repository at this point in the history
  • Loading branch information
robbielyman committed Dec 14, 2024
1 parent 90dab7e commit 4e5972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/luajit.zig
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub fn configure(b: *Build, target: Build.ResolvedTarget, optimize: std.builtin.

lib.defineCMacro("LUAJIT_UNWIND_EXTERNAL", null);
lib.linkSystemLibrary("unwind");
lib.root_module.unwind_tables = true;
lib.root_module.unwind_tables = .sync;

lib.addIncludePath(upstream.path("src"));
lib.addIncludePath(luajit_h.dirname());
Expand Down

0 comments on commit 4e5972d

Please sign in to comment.