diff options
Diffstat (limited to 'src/mesa/es/glapi/gl_compare.py')
-rw-r--r-- | src/mesa/es/glapi/gl_compare.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/es/glapi/gl_compare.py b/src/mesa/es/glapi/gl_compare.py index 7a2148cb1fc..6b5e43bb98b 100644 --- a/src/mesa/es/glapi/gl_compare.py +++ b/src/mesa/es/glapi/gl_compare.py @@ -25,7 +25,7 @@ import sys import os.path import getopt -GLAPI = "../../glapi" +GLAPI = "../../glapi/gen" sys.path.append(GLAPI) import gl_XML |