gles/es3.1: Enable dispatch of almost all new GLES 3.1 functions
[mesa.git] / src / mapi / glapi / gen / SConscript
index e4abe906a4d1ad746b096aa004e6b4d6003ab526..b9cdbbf363fa3f8fce20258f177b7a297ed10162 100644 (file)
@@ -38,7 +38,7 @@ env.CodeGenerate(
     target = '../../../mapi/glapi/glprocs.h',
     script = 'gl_procs.py',
     source = sources,
-    command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
+    command = python_cmd + ' $SCRIPT -c -f $SOURCE > $TARGET'
     )
 
 env.CodeGenerate(