summaryrefslogtreecommitdiffstats
path: root/src/mapi/shared-glapi
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-13 18:42:37 +0100
committerEmil Velikov <[email protected]>2017-05-04 18:17:06 +0100
commitd230ef842ced2e4e1db24067b3d0df6a1d21c36c (patch)
tree57f5d055a5a3c406f83c16095236a4e2f320df0c /src/mapi/shared-glapi
parent3698fe295af0372d11bc20e0fe7ce3489104f7ad (diff)
mapi_abi.py: remove no longer used --mode option
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi/shared-glapi')
-rw-r--r--src/mapi/shared-glapi/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/shared-glapi/SConscript b/src/mapi/shared-glapi/SConscript
index e5d45db5949..5d74bd6813f 100644
--- a/src/mapi/shared-glapi/SConscript
+++ b/src/mapi/shared-glapi/SConscript
@@ -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 = [