mapi_abi.py: remove no longer used --mode option
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
committed by
Emil Velikov
parent
3698fe295a
commit
d230ef842c
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user