Skip to content

Commit

Permalink
noeval?
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Dec 11, 2024
1 parent 5a9555f commit d92ce66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ inline fn custom_find_import_pkg_hash_or_fatal(comptime dep_name: []const u8) []
if (@hasDecl(pkg, "build_zig") and pkg.build_zig == @This()) break pkg.deps;
} else deps.root_deps;

@setEvalBranchQuota(2000); // DELETEME
comptime for (pkg_deps) |dep| {
if (std.mem.eql(u8, dep[0], dep_name)) return dep[1];
};
Expand Down

0 comments on commit d92ce66

Please sign in to comment.