Changes
1 changed files (+8/-0)
-
-
@@ -86,6 +86,14 @@ {b.installArtifact(exe); } // "zig build run" { const run = b.addRunArtifact(exe); const step = b.step("run", "Run the application"); step.dependOn(&run.step); } // "zig build test" { var valac = try CompileVala.init(b, .{
-