gdb: fix installation (#15016)

This commit is contained in:
Adam J. Stewart
2020-02-16 08:31:30 -06:00
committed by GitHub
parent 8071369ffe
commit 60847abf0e

View File

@@ -41,6 +41,8 @@ class Gdb(AutotoolsPackage, GNUMirrorPackage):
depends_on('python', when='+python')
depends_on('xz', when='+xz')
build_directory = 'spack-build'
def configure_args(self):
args = []
if '+python' in self.spec: