diff --git a/build.zig b/build.zig index b8b2ec4..a41e2f4 100644 --- a/build.zig +++ b/build.zig @@ -1,6 +1,5 @@ const std = @import("std"); const Step = std.Build.Step; - const zcc = @import("compile_commands"); const ImplementationDesc = struct { diff --git a/build.zig.zon b/build.zig.zon index 71036a8..28d4eeb 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -28,7 +28,7 @@ .lazy = true, }, .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", }, },