xqilla: Use append instead of extend (#6094)
This commit is contained in:
parent
932068d725
commit
61ed583266
@ -51,6 +51,6 @@ def configure_args(self):
|
||||
'--with-pic'])
|
||||
|
||||
if '+debug' in self.spec:
|
||||
args.extend('--enable-debug')
|
||||
args.append('--enable-debug')
|
||||
|
||||
return args
|
||||
|
Loading…
Reference in New Issue
Block a user