Fix opengles flag

This commit is contained in:
Craig Carnell 2025-06-03 13:02:37 +01:00
parent 04b09bde20
commit 3f4c025a42
1 changed files with 1 additions and 1 deletions

View File

@ -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 ==="