mapi_abi.py: remove no longer used --mode option
[mesa.git] / src / mapi / shared-glapi / SConscript
index e5d45db5949c4a58c867b628706a237fe36afc1d..5d74bd6813fcea506bb8de1b2d926cfeb44b3465 100644 (file)
@@ -32,7 +32,7 @@ def mapi_objects(env, printer, mode):
         script = '../mapi_abi.py',
         source = [GLAPI + 'gen/gl_and_es_API.xml'] + env.Glob(GLAPI + 'gen/*.xml'),
         command = python_cmd + ' $SCRIPT ' + \
-                '--printer %s --mode lib $SOURCE > $TARGET' % (printer),
+                '--printer %s $SOURCE > $TARGET' % (printer),
     )
 
     cpppath = [