extrae: fix typo (#47406)

This commit is contained in:
Mosè Giordano 2024-11-05 04:34:08 +00:00 committed by GitHub
parent f8da72cffe
commit dcc199ae63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ def configure_args(self):
args += (
["--with-cuda=%s" % spec["cuda"].prefix]
if spec.satisifes("+cuda")
if spec.satisfies("+cuda")
else ["--without-cuda"]
)