Skip to content

Commit 39d5a6c

Browse files
committed
initalize gclient on first build
1 parent dd5dcfb commit 39d5a6c

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
@@ -139,7 +139,7 @@ fn bootstrapV8(b: *std.Build, prepared_v8: *std.Build.Step.WriteFile) *std.Build
139139
var gclient_sync = std.Build.Step.Run.create(b, "run gclient sync");
140140
gclient_sync.addFileArg(depot_tools.path("gclient"));
141141
gclient_sync.addArgs(&.{"sync"});
142-
gclient_sync.setEnvironmentVariable("DEPOT_TOOLS_UPDATE", "0");
142+
// gclient_sync.setEnvironmentVariable("DEPOT_TOOLS_UPDATE", "0");
143143
gclient_sync.setCwd(prepared_v8.getDirectory());
144144
gclient_sync.step.dependOn(&prepared_v8.step);
145145

0 commit comments

Comments
 (0)