From 3f4c025a42fff8d4c30de201fc16363a245d4b06 Mon Sep 17 00:00:00 2001 From: Craig Carnell Date: Tue, 3 Jun 2025 13:02:37 +0100 Subject: [PATCH] Fix opengles flag --- retroarch-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch-build.sh b/retroarch-build.sh index 95529fab..f6793ffe 100755 --- a/retroarch-build.sh +++ b/retroarch-build.sh @@ -73,7 +73,7 @@ check_deps() { if [ $ENABLE_GLES ]; then echo "=== Enabling OpenGL ES ===" - export ENABLE_GLES="--enable-gles" + export ENABLE_GLES="--enable-opengles" fi if [ $ARM_NEON ]; then echo "=== Enabling ARM NEON support ==="