summaryrefslogtreecommitdiff
path: root/2026/examples/raylib/build.sh
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-02 04:31:13 -0400
committerLLLL Colonq <llll@colonq>2026-06-02 04:31:13 -0400
commit45e643d306e5fccfbf21fa75373a66275212cdb2 (patch)
tree8c4593ca5adefd423e70a311220e63fdd7dfe6bd /2026/examples/raylib/build.sh
parentab80e4583b53a7b424563cbd17ba2bf95e168cc9 (diff)
Multiple games loaded at once
Diffstat (limited to '2026/examples/raylib/build.sh')
-rwxr-xr-x2026/examples/raylib/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/2026/examples/raylib/build.sh b/2026/examples/raylib/build.sh
index 6454acc..93411e4 100755
--- a/2026/examples/raylib/build.sh
+++ b/2026/examples/raylib/build.sh
@@ -1,4 +1,4 @@
#!/bin/sh
set -xeu -o pipefail
mkdir -p output
-emcc -I./raylib/src libraylib.a -s USE_GLFW=3 -s ASYNCIFY --shell-file ./raylib/src/minshell.html main.c -DPLATFORM_WEB -o output/game.html
+emcc -I./raylib/src libraylib.a -s USE_GLFW=3 -s ASYNCIFY --shell-file ./raylib/src/minshell.html main.c -DPLATFORM_WEB -o output/index.html