docs: fix typo in multiple build systems
This commit is contained in:
parent
33cc47f6d3
commit
380fedb7bc
@ -3525,7 +3525,7 @@ will likely contain some overriding of default builder methods:
|
|||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class Autotoolsbuilder(spack.build_systems.autotools.AutotoolsBuilder):
|
class AutotoolsBuilder(spack.build_systems.autotools.AutotoolsBuilder):
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user