Merge branch 'next'
This commit is contained in:
commit
375f6c257d
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -811,7 +811,7 @@ class PrepareBuild(CommandLineApp):
|
|||
'CXXFLAGS', 'LDFLAGS', 'LDARCHFLAGS'):
|
||||
value = self.__dict__[var]
|
||||
if value:
|
||||
first = True
|
||||
first = not self.envvars[var]
|
||||
for member in value:
|
||||
#escaped = self.escape_string(member)
|
||||
#if member != escaped:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue