diff options
Diffstat (limited to 'make/cglext.cfg')
-rwxr-xr-x | make/cglext.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/cglext.cfg b/make/cglext.cfg index 74e7ac841..0d1ae1dcc 100755 --- a/make/cglext.cfg +++ b/make/cglext.cfg @@ -12,7 +12,7 @@ Include gl-common-macosx.cfg EmitProcAddressTable true ProcAddressTableClassName CGLExtProcAddressTable -ContextVariableName _context +GetProcAddressTableExpr _context.getCGLExtProcAddressTable() # Ignore everything that doesn't start with cgl or CGL IgnoreNot ^(cgl|CGL).+ |