Merge pull request #203 from antlilja/global-cache-builder
Pass global cache argument to std.build.Builder.create
This commit is contained in:
commit
aaab68bb9d
@ -17,7 +17,7 @@ pub fn main() !void {
|
||||
|
||||
const allocator = &arena.allocator;
|
||||
|
||||
const builder = try Builder.create(allocator, "", "", "");
|
||||
const builder = try Builder.create(allocator, "", "", "", "");
|
||||
defer builder.destroy();
|
||||
|
||||
try runBuild(builder);
|
||||
|
Loading…
Reference in New Issue
Block a user