extrae: fix typo (#47406)
This commit is contained in:
parent
f8da72cffe
commit
dcc199ae63
@ -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"]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user