Pass global cache argument to Builder.create.
This commit is contained in:
parent
bdcd2a1e85
commit
da7ce66910
@ -17,7 +17,7 @@ pub fn main() !void {
|
|||||||
|
|
||||||
const allocator = &arena.allocator;
|
const allocator = &arena.allocator;
|
||||||
|
|
||||||
const builder = try Builder.create(allocator, "", "", "");
|
const builder = try Builder.create(allocator, "", "", "", "");
|
||||||
defer builder.destroy();
|
defer builder.destroy();
|
||||||
|
|
||||||
try runBuild(builder);
|
try runBuild(builder);
|
||||||
|
Loading…
Reference in New Issue
Block a user