Skip to content

Commit 248895a

Browse files
committed
build tool runs on the host machine
1 parent 41e9e7d commit 248895a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn build(b: *std.Build) !void {
3030
.name = "language-tag-parser",
3131
.root_module = b.createModule(.{
3232
.root_source_file = b.path("src/html/language_tag/parse.zig"),
33-
.target = target,
33+
.target = b.graph.host,
3434
}),
3535
});
3636
const language_tag_parse = b.addRunArtifact(language_tag_parser);

0 commit comments

Comments
 (0)