diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-02 00:54:56 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-02 00:54:56 -0400 |
| commit | ab80e4583b53a7b424563cbd17ba2bf95e168cc9 (patch) | |
| tree | 54d4bb560c03585046e0b1ac0de7fafb496be94a /2026/examples/raylib/build.sh | |
| parent | 7409691cb134eef99a7d9e53b57a1cba41a7ca09 (diff) | |
Update
Diffstat (limited to '2026/examples/raylib/build.sh')
| -rwxr-xr-x | 2026/examples/raylib/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2026/examples/raylib/build.sh b/2026/examples/raylib/build.sh index f176746..6454acc 100755 --- a/2026/examples/raylib/build.sh +++ b/2026/examples/raylib/build.sh @@ -1,3 +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 |
