mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
SCons: Properly NoCache all text files
This commit is contained in:
@@ -148,6 +148,7 @@ public:
|
||||
|
||||
|
||||
def build_rd_headers(target, source, env):
|
||||
env.NoCache(target)
|
||||
for x in source:
|
||||
build_rd_header(filename=str(x))
|
||||
|
||||
@@ -205,5 +206,6 @@ static const char {out_file_base}[] = {{
|
||||
|
||||
|
||||
def build_raw_headers(target, source, env):
|
||||
env.NoCache(target)
|
||||
for x in source:
|
||||
build_raw_header(filename=str(x))
|
||||
|
||||
Reference in New Issue
Block a user