Set right name for web build in zig example
This commit is contained in:
parent
e753dea807
commit
98a40d736d
|
|
@ -36,7 +36,7 @@ pub fn build(b: *std.Build) !void {
|
||||||
if (target.query.os_tag == .emscripten) {
|
if (target.query.os_tag == .emscripten) {
|
||||||
const emsdk = rl.emsdk;
|
const emsdk = rl.emsdk;
|
||||||
const wasm = b.addLibrary(.{
|
const wasm = b.addLibrary(.{
|
||||||
.name = "raylib_testing",
|
.name = "core_basic_window_web",
|
||||||
.root_module = exe_mod,
|
.root_module = exe_mod,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user