libxml2: add command property (#31296)
This commit is contained in:
parent
170c605d6a
commit
5f5d6a84dc
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ def url_for_version(self, version):
|
|||
patch('nvhpc-configure.patch', when='%nvhpc')
|
||||
patch('nvhpc-elfgcchack.patch', when='%nvhpc')
|
||||
|
||||
@property
|
||||
def command(self):
|
||||
return Executable(self.prefix.bin.join('xml2-config'))
|
||||
|
||||
@property
|
||||
def headers(self):
|
||||
include_dir = self.spec.prefix.include.libxml2
|
||||
|
|
Loading…
Reference in a new issue