Skip to content

Commit

Permalink
update dxc (fix windows build)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
emidoots committed Aug 12, 2023
1 parent 885b1af commit d0fa0b9
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 @@ -102,7 +102,7 @@ fn linkFromSource(b: *Build, step: *std.build.CompileStep, options: Options) !vo
try ensureGitRepoCloned(b.allocator, "https://github.com/hexops/dawn", "generated-2023-08-10.1691685418", sdkPath("/libs/dawn"));

// branch: mach
try ensureGitRepoCloned(b.allocator, "https://github.com/hexops/DirectXShaderCompiler", "cff9a6f0b7f961748b822e1d313a7205dfdecf9d", sdkPath("/libs/DirectXShaderCompiler"));
try ensureGitRepoCloned(b.allocator, "https://github.com/hexops/DirectXShaderCompiler", "11db26a61c88faa84b9b4fabb620766bfc0fd8ea", sdkPath("/libs/DirectXShaderCompiler"));

step.addIncludePath(.{ .path = sdkPath("/libs/dawn/out/Debug/gen/include") });
step.addIncludePath(.{ .path = sdkPath("/libs/dawn/include") });
Expand Down

0 comments on commit d0fa0b9

Please sign in to comment.