fix compile error in project setup
This commit is contained in:
parent
5efb75c291
commit
7c40bb6176
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue