Skip to content

Commit c4e4bdd

Browse files
committed
b.host -> b.graph.host
1 parent 2165492 commit c4e4bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub fn build(b: *Build) !void {
8888
const gen_exe = b.addExecutable(.{
8989
.name = "zls_gen",
9090
.root_source_file = b.path("src/tools/config_gen.zig"),
91-
.target = b.host,
91+
.target = b.graph.host,
9292
.single_threaded = true,
9393
});
9494

0 commit comments

Comments
 (0)