Skip to content

Commit

Permalink
manually invoke git-sync-deps with python
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Oct 22, 2024
1 parent 2a302e1 commit 4c5e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nuke/Native/Shaderc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ pub fn build(b: *std.Build) void {
File.WriteAllText(ShadercPath / "build.zig", ShadercBuildScript);

//Clone all the deps for shaderc
InheritedShell("./git-sync-deps", ShadercPath / "utils").AssertZeroExitCode();
InheritedShell("python3 ./git-sync-deps", ShadercPath / "utils").AssertZeroExitCode();

const string libname = "shaderc_shared";

Expand Down

0 comments on commit 4c5e189

Please sign in to comment.