fix compile error in project setup

This commit is contained in:
Blue 2023-08-11 11:00:40 -06:00
parent 5efb75c291
commit 7c40bb6176

View File

@ -35,7 +35,7 @@ pub fn build(b: *std.Build) !void {
//web exports are completely separate, due to the amount of hackery required. //web exports are completely separate, due to the amount of hackery required.
if (web_export) { if (web_export) {
try rl.webExport(b, "src/main.zig", "raylib-zig", optimize); b.getInstallStep().dependOn(try rl.webExport(b, "src/main.zig", "raylib-zig", optimize));
} }
} }
' >> build.zig ' >> build.zig