Call in build_runner

This commit is contained in:
Lee Cannon 2021-05-13 21:29:05 +01:00
parent ec34c0b245
commit 584faec5de

View File

@ -20,6 +20,7 @@ pub fn main() !void {
const builder = try Builder.create(allocator, "", "", "", "");
defer builder.destroy();
builder.resolveInstallPrefix(null);
try runBuild(builder);
const stdout_stream = io.getStdOut().writer();