[Scons-users] "${xxx}" problem in env.Textfile source string
Mats Wichmann
mats at wichmann.us
Thu May 5 11:27:35 EDT 2022
On 5/5/22 09:23, liruncong2018 via Scons-users wrote:
> Hello Mats Wichmann,
> I replaced "${workspaceRoot}" with "$${workspaceRoot}" and it still
> doesn't work, is it related to "{" and "}"?
shouldn't be.... the doubled $$ should turn off interpretation of the
variable reference, whether it's wrapped in {} or not. Sometimes there
are so many layers of substitution that things are more complex... we'll
see if anyone else has ideas.
More information about the Scons-users
mailing list