Ported: SCons: Properly track codegen script dependency for generated GLES headers - akien-mga

772d071863
This commit is contained in:
Relintai 2022-07-29 16:44:33 +02:00
parent 6c65c86669
commit 44fd82b0b2

View File

@ -12,3 +12,4 @@ if "GLES2_GLSL" in env["BUILDERS"]:
env.GLES2_GLSL("effect_blur.glsl")
env.GLES2_GLSL("tonemap.glsl")
env.GLES2_GLSL("lens_distorted.glsl")
env.Depends(Glob("*.glsl.gen.h"), "#gles_builders.py")