1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

SCons: Properly NoCache all text files

This commit is contained in:
Thaddeus Crews
2025-01-01 15:40:46 -06:00
parent d33da79d3f
commit 73278bf35d
10 changed files with 166 additions and 249 deletions

View File

@@ -585,5 +585,6 @@ def build_gles3_header(
def build_gles3_headers(target, source, env):
env.NoCache(target)
for x in source:
build_gles3_header(str(x), include="drivers/gles3/shader_gles3.h", class_suffix="GLES3")