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