Change extend to append (#36939)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
77830d92bd
commit
d22fa1be19
@ -45,7 +45,7 @@ def configure_args(self):
|
|||||||
args = ["FCFLAGS=-O3", "CFLAGS=-O3", "CXXFLAGS=-O3"]
|
args = ["FCFLAGS=-O3", "CFLAGS=-O3", "CXXFLAGS=-O3"]
|
||||||
|
|
||||||
if self.spec.satisfies("+python"):
|
if self.spec.satisfies("+python"):
|
||||||
args.extend(
|
args.append(
|
||||||
"LIBS=-L"
|
"LIBS=-L"
|
||||||
+ self.spec["python"].prefix.lib
|
+ self.spec["python"].prefix.lib
|
||||||
+ " -L"
|
+ " -L"
|
||||||
|
Loading…
Reference in New Issue
Block a user