Expanded support for SCons variables declared in the legacy format `${SCONS_VARNAME}` // Resolve #4828
This commit is contained in:
@@ -348,7 +348,7 @@ class ProjectConfigBase:
|
||||
if option in self.BUILTIN_VARS:
|
||||
return self.BUILTIN_VARS[option]()
|
||||
# SCons varaibles
|
||||
return f"${option}"
|
||||
return f"${{{option}}}"
|
||||
|
||||
# handle system environment variables
|
||||
if section == "sysenv":
|
||||
|
||||
Reference in New Issue
Block a user