From: Brian Paul Date: Fri, 22 May 2015 20:18:54 +0000 (-0700) Subject: glx: fix Scons build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=491adb61d25eef8afe2615e0fd842dda20b17004;p=mesa.git glx: fix Scons build Replace -h with --header-tag as was done for the Makefile build. Reviewed-by: Dylan Baker --- diff --git a/src/glx/SConscript b/src/glx/SConscript index b91c0bdd758..619e4c373ed 100644 --- a/src/glx/SConscript +++ b/src/glx/SConscript @@ -125,7 +125,7 @@ env.CodeGenerate( target = 'indirect_size.h', script = GLAPI + 'gen/glX_proto_size.py', source = sources, - command = python_cmd + ' $SCRIPT -f $SOURCE -m size_h --only-set -h _INDIRECT_SIZE_H > $TARGET' + command = python_cmd + ' $SCRIPT -f $SOURCE -m size_h --only-set --header-tag _INDIRECT_SIZE_H > $TARGET' ) env.CodeGenerate(