mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +03:00
SCons: Properly track codegen script dependency for generated GLES headers
(cherry picked from commit 772d071863)
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -21,3 +21,4 @@ if "GLES3_GLSL" in env["BUILDERS"]:
|
||||
env.GLES3_GLSL("tonemap.glsl")
|
||||
env.GLES3_GLSL("particles.glsl")
|
||||
env.GLES3_GLSL("lens_distorted.glsl")
|
||||
env.Depends(Glob("*.glsl.gen.h"), "#gles_builders.py")
|
||||
|
||||
Reference in New Issue
Block a user