Skip to content

Commit 1119e18

Browse files
committed
chore: add TODO comment
1 parent 61f8ca4 commit 1119e18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/luajit.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ pub fn configure(b: *Build, target: Build.ResolvedTarget, optimize: std.builtin.
123123
const buildvm_os_c_flags: []const []const u8 = if (target.result.os.tag == .windows)
124124
&.{"-DLUAJIT_OS=1"}
125125
else if (target.result.os.tag.isDarwin())
126+
// FIXME: this can be removed once https://codeberg.org/ziglang/zig/issues/30669 is successfully resolved
126127
&.{"-DLJ_NO_UNWIND=1"}
127128
else
128129
&.{};

0 commit comments

Comments
 (0)