mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2073 from chinmaygarde/master
Fix OpenGL symbol resolution on iOS
This commit is contained in:
commit
29a2d3c462
@ -15,7 +15,7 @@
|
||||
namespace gfx {
|
||||
|
||||
static const char* OpenGLESFrameworkPath =
|
||||
"/System/Library/Framework/OpenGLES.framework/OpenGLES";
|
||||
"/System/Library/Frameworks/OpenGLES.framework/OpenGLES";
|
||||
|
||||
static void* OpenGLESLibraryHandle(void) {
|
||||
static void* library_handle = NULL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user