Change extend to append (#36939)

Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
Juan Miguel Carceller 2023-04-17 03:40:48 +02:00 committed by GitHub
parent 77830d92bd
commit d22fa1be19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ def configure_args(self):
args = ["FCFLAGS=-O3", "CFLAGS=-O3", "CXXFLAGS=-O3"]
if self.spec.satisfies("+python"):
args.extend(
args.append(
"LIBS=-L"
+ self.spec["python"].prefix.lib
+ " -L"