scons: Take indirect gl_and_es_API.xml dependencies in consideration.
Same as 26a8f76ba1
.
Trivial.
This commit is contained in:
@@ -53,7 +53,7 @@ GLAPI = '#src/mapi/glapi/'
|
||||
get_hash_header = env.CodeGenerate(
|
||||
target = 'main/get_hash.h',
|
||||
script = 'main/get_hash_generator.py',
|
||||
source = GLAPI + 'gen/gl_and_es_API.xml',
|
||||
source = [GLAPI + 'gen/gl_and_es_API.xml'] + env.Glob(GLAPI + 'gen/*.xml'),
|
||||
command = python_cmd + ' $SCRIPT ' + ' -f $SOURCE > $TARGET'
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user