We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18451fe commit e3fb8c3Copy full SHA for e3fb8c3
quickemu
@@ -965,7 +965,7 @@ function check_cocoa_gl_es_support() {
965
966
# Test QEMU directly for gl=es support - most reliable method
967
# This catches both missing OpenGL build support and missing ANGLE libraries
968
- if "${QEMU}" -display cocoa,gl=es -M none 2>&1 | grep -qi "OpenGL support was not enabled\|does not accept"; then
+ if "${QEMU}" -display cocoa,gl=es -M none 2>&1 | grep -Eqi "OpenGL support was not enabled|does not accept"; then
969
return 1
970
fi
971
0 commit comments