summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-05-22 13:18:54 -0700
committerBrian Paul <[email protected]>2015-05-22 14:38:33 -0600
commit491adb61d25eef8afe2615e0fd842dda20b17004 (patch)
tree7e955262099e25382adb1cd8d3f6295ce676451c /src/glx
parent3f823cc55a15bc0b54d09e2c3fb5944a645b09e4 (diff)
glx: fix Scons build
Replace -h with --header-tag as was done for the Makefile build. Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/SConscript2
1 files changed, 1 insertions, 1 deletions
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(