Temporary fix to keep using LLVM
This commit is contained in:
parent
2d7d2835fd
commit
9c90c683c6
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ pub fn build(b: *std.Build) !void {
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
exe.use_llvm = true;
|
||||||
|
|
||||||
// Example dependency:
|
// Example dependency:
|
||||||
//
|
//
|
||||||
const zig_time_dep = b.dependency("zeit", .{});
|
const zig_time_dep = b.dependency("zeit", .{});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue