mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
fix compile error in project setup
This commit is contained in:
parent
5efb75c291
commit
7c40bb6176
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user