summaryrefslogtreecommitdiff
path: root/src/mesa/es/glapi/gl_compare.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/es/glapi/gl_compare.py')
-rw-r--r--src/mesa/es/glapi/gl_compare.py2
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 7a2148cb1f..6b5e43bb98 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