From 9b4713b6869a74fff98cee7a11d86f9b939f0323 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 10 May 2026 20:42:25 -0700 Subject: [PATCH] raylib: update comma fork pin --- raylib/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib/build.sh b/raylib/build.sh index 47bfea1..3c43dd2 100755 --- a/raylib/build.sh +++ b/raylib/build.sh @@ -39,7 +39,7 @@ case "$RAYLIB_BACKEND" in esac # Clone and build raylib C library -RAYLIB_COMMIT="dff603f4f122163900469e73d113deacd9ec9817" +RAYLIB_COMMIT="f8a39debcf1877eb151244effd486604fa3efb3b" if [ ! -d "raylib-src/.git" ]; then rm -rf raylib-src