Replace OVERRIDE with override (see issue #3140)

This commit is contained in:
Marshall Greenblatt
2021-06-17 15:43:06 -04:00
parent 9c7367bd4e
commit 6d80ec69d7
149 changed files with 2076 additions and 2076 deletions

View File

@@ -101,7 +101,7 @@ int RunMain(int argc, char* argv[]) {
// Force the app to use OpenGL <= 3.1 when off-screen rendering is enabled.
// TODO(cefclient): Rewrite OSRRenderer to use shaders instead of the
// fixed-function pipeline which was removed in OpenGL 3.2 (back in 2009).
setenv("MESA_GL_VERSION_OVERRIDE", "3.1", /*overwrite=*/0);
setenv("MESA_GL_VERSION_override", "3.1", /*overwrite=*/0);
}
// Create the main message loop object.