diff options
Diffstat (limited to 'make/gl-macosx.cfg')
-rw-r--r-- | make/gl-macosx.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-macosx.cfg b/make/gl-macosx.cfg index 156f66b77..106b90471 100644 --- a/make/gl-macosx.cfg +++ b/make/gl-macosx.cfg @@ -8,7 +8,7 @@ Include gl-common-macosx.cfg EmitProcAddressTable true ProcAddressTableClassName GLProcAddressTable -ContextVariableName _context +GetProcAddressTableExpr _context.getGLProcAddressTable() CustomCCode #include <inttypes.h> CustomCCode #include <stdlib.h> |