Merge "Modify the product variable Build_from_text_stub value" into main
This commit is contained in:
commit
e8f21ac529
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ func NewConfig(cmdArgs CmdArgs, availableEnv map[string]string) (Config, error)
|
|||
config: config,
|
||||
}
|
||||
|
||||
config.productVariables.Build_from_text_stub = boolPtr(config.buildFromTextStub)
|
||||
config.productVariables.Build_from_text_stub = boolPtr(config.BuildFromTextStub())
|
||||
|
||||
// Soundness check of the build and source directories. This won't catch strange
|
||||
// configurations with symlinks, but at least checks the obvious case.
|
||||
|
|
Loading…
Reference in a new issue