Skip to content

Commit 3f24dfa

Browse files
committed
Force usage of LLVM until Zig's backend supports ExportOptions.section
1 parent 6394efc commit 3f24dfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fn createLib(
6868
.linkage = .dynamic,
6969
.name = b.fmt("UnityDoorstop_{s}", .{@tagName(target.result.cpu.arch)}),
7070
.root_module = lib_mod,
71+
.use_llvm = true,
7172
});
7273

7374
if (target.result.os.tag != .windows) {

0 commit comments

Comments
 (0)