Skip to content

Commit

Permalink
build: use b.graph.host instead of deprecated b.host
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Dec 20, 2024
1 parent 009a6b4 commit 4ae4558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec.zig
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn make(step: *Step, make_options: Step.MakeOptions) !void {
cwd.access("test/yaml-test-suite/tags", .{}) catch {
return spec_test.step.fail("Testfiles not found, make sure you have loaded the submodule.", .{});
};
if (b.host.result.os.tag == .windows) {
if (b.graph.host.result.os.tag == .windows) {
return spec_test.step.fail("Windows does not support symlinks in git properly, can't run testsuite.", .{});
}

Expand Down

0 comments on commit 4ae4558

Please sign in to comment.