summaryrefslogtreecommitdiff
path: root/lib/mesa/src/mapi/shared-glapi
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-12-31 06:39:08 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-12-31 06:39:08 +0000
commit2dae6fe6f74cf7fb9fd65285302c0331d9786b00 (patch)
tree04651e732331dc50a34e063cbaa0c394ccfcd327 /lib/mesa/src/mapi/shared-glapi
parentb90fb74e3c85f2799d21d1e07bf91c5fb8359eb8 (diff)
Import Mesa 17.2.8
Diffstat (limited to 'lib/mesa/src/mapi/shared-glapi')
-rw-r--r--lib/mesa/src/mapi/shared-glapi/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/mapi/shared-glapi/SConscript b/lib/mesa/src/mapi/shared-glapi/SConscript
index e5d45db59..5d74bd681 100644
--- a/lib/mesa/src/mapi/shared-glapi/SConscript
+++ b/lib/mesa/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 = [