fixing build

This commit is contained in:
2025-11-12 18:05:57 +01:00
parent 314877d498
commit d52d6f3ea7
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
const std = @import("std"); const std = @import("std");
const Step = std.Build.Step; const Step = std.Build.Step;
const zcc = @import("compile_commands"); const zcc = @import("compile_commands");
const ImplementationDesc = struct { const ImplementationDesc = struct {

View File

@@ -28,7 +28,7 @@
.lazy = true, .lazy = true,
}, },
.compile_commands = .{ .compile_commands = .{
.url = "git+https://github.com/the-argus/zig-compile-commands", .url = "git+https://github.com/the-argus/zig-compile-commands#f74e2d13e43fafab3a71e19557a0e1cfbf0f2e1b",
.hash = "zig_compile_commands-0.0.1-OZg5-a3CAACM-h32Kjb1obTMqrKGs9YoDhorVZ8-LGle", .hash = "zig_compile_commands-0.0.1-OZg5-a3CAACM-h32Kjb1obTMqrKGs9YoDhorVZ8-LGle",
}, },
}, },