Skip to content

Commit 98a40d7

Browse files
committed
Set right name for web build in zig example
1 parent e753dea commit 98a40d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/Zig/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn build(b: *std.Build) !void {
3636
if (target.query.os_tag == .emscripten) {
3737
const emsdk = rl.emsdk;
3838
const wasm = b.addLibrary(.{
39-
.name = "raylib_testing",
39+
.name = "core_basic_window_web",
4040
.root_module = exe_mod,
4141
});
4242

0 commit comments

Comments
 (0)