abi-dumper: Add phases (#19807)

This commit is contained in:
t-nojiri 2020-11-11 03:53:39 +09:00 committed by GitHub
parent db5aa927db
commit dd96a86511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')