mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
glx: fix Scons build
Replace -h with --header-tag as was done for the Makefile build. Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
This commit is contained in:
parent
3f823cc55a
commit
491adb61d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue