Skip to content

Commit

Permalink
Merge pull request #1 from AndrewKraevskii/patch-1
Browse files Browse the repository at this point in the history
Use b.graph.host instead of b.host
  • Loading branch information
floooh authored Dec 19, 2024
2 parents 6a072c7 + 9f5744b commit 6d054aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub fn build(b: *std.Build) void {
// any Emscripten header search path shenanigans
const translateC = b.addTranslateC(.{
.root_source_file = b.path("src/cimgui.h"),
.target = b.host,
.target = b.graph.host,
.optimize = optimize,
});

Expand Down

0 comments on commit 6d054aa

Please sign in to comment.