embedFile build_runner.zig in executable

This commit is contained in:
Techatrix
2022-09-04 21:44:07 +02:00
parent 48a053b65f
commit 38210d3e91
2 changed files with 5 additions and 2 deletions

View File

@@ -111,8 +111,6 @@ pub fn build(b: *std.build.Builder) !void {
exe.setBuildMode(mode);
exe.install();
b.installFile("src/special/build_runner.zig", "bin/build_runner.zig");
const test_step = b.step("test", "Run all the tests");
test_step.dependOn(b.getInstallStep());