binutils: fix NameError from commit de8027 (#23715)
This commit is contained in:
parent
f1c849ca0f
commit
4cd53cadb0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def setup_build_environment(self, env):
|
|||
if self.spec.satisfies('%cce'):
|
||||
env.append_flags('LDFLAGS', '-Wl,-z,muldefs')
|
||||
|
||||
if '+nls' in spec:
|
||||
if '+nls' in self.spec:
|
||||
env.append_flags('LDFLAGS', '-lintl')
|
||||
|
||||
def configure_args(self):
|
||||
|
|
Loading…
Reference in a new issue