We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e753dea commit 98a40d7Copy full SHA for 98a40d7
1 file changed
projects/Zig/build.zig
@@ -36,7 +36,7 @@ pub fn build(b: *std.Build) !void {
36
if (target.query.os_tag == .emscripten) {
37
const emsdk = rl.emsdk;
38
const wasm = b.addLibrary(.{
39
- .name = "raylib_testing",
+ .name = "core_basic_window_web",
40
.root_module = exe_mod,
41
});
42
0 commit comments