mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 20:17:28 +00:00
fix issue
This commit is contained in:
parent
de4918cb56
commit
c4de1da7b1
@ -33,6 +33,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
run_step.step.dependOn(&link_step.step);
|
run_step.step.dependOn(&link_step.step);
|
||||||
const run_option = b.step("run", "Run '$PROJECT_NAME'");
|
const run_option = b.step("run", "Run '$PROJECT_NAME'");
|
||||||
run_option.dependOn(&run_step.step);
|
run_option.dependOn(&run_step.step);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const exe = b.addExecutable(.{ .name = "'$PROJECT_NAME'", .root_source_file = .{ .path = "src/main.zig" }, .optimize = optimize, .target = target });
|
const exe = b.addExecutable(.{ .name = "'$PROJECT_NAME'", .root_source_file = .{ .path = "src/main.zig" }, .optimize = optimize, .target = target });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user