Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ifs
sconsider
Commits
38253be0
Commit
38253be0
authored
Jun 24, 2020
by
Marcel Huber
Browse files
SubstInFileBuilder: always build the targets
- this ensures always up to date values in substituted files
parent
0bee0555
Changes
1
Hide whitespace changes
Inline
Side-by-side
SConsider/site_tools/SubstInFileBuilder.py
View file @
38253be0
...
...
@@ -77,6 +77,8 @@ def substituted_filename_emitter(target, source, env):
keys
=
getKeysFromFile
(
str
(
s
),
getSearchRE
(
env
))
data
=
getData
(
keys
,
env
)
Depends
(
t
,
SCons
.
Node
.
Python
.
Value
(
data
))
env
.
AlwaysBuild
(
newTarget
)
return
(
newTarget
,
source
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment