diff options
Diffstat (limited to 'src/mesa/es/glapi/gl_parse_header.py')
-rw-r--r-- | src/mesa/es/glapi/gl_parse_header.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/es/glapi/gl_parse_header.py b/src/mesa/es/glapi/gl_parse_header.py index 8b8d16b395..5382eba35c 100644 --- a/src/mesa/es/glapi/gl_parse_header.py +++ b/src/mesa/es/glapi/gl_parse_header.py @@ -26,7 +26,7 @@ import os.path import getopt import re -GLAPI = "../../glapi" +GLAPI = "../../glapi/gen" sys.path.append(GLAPI) class HeaderParser(object): |