abi-dumper: Add phases (#19807)
This commit is contained in:
parent
db5aa927db
commit
dd96a86511
1 changed files with 2 additions and 0 deletions
|
@ -23,5 +23,7 @@ class AbiDumper(MakefilePackage):
|
|||
depends_on('universal-ctags')
|
||||
depends_on('vtable-dumper@1.1:')
|
||||
|
||||
phases = ['install']
|
||||
|
||||
def install(self, spec, prefix):
|
||||
make('prefix={0}'.format(prefix), 'install')
|
||||
|
|
Loading…
Reference in a new issue