curl: add command property (#31293)
This commit is contained in:
parent
33fee003b8
commit
505bcc5aba
@ -139,6 +139,10 @@ def determine_variants(cls, exes, version):
|
|||||||
# TODO: Determine more variants.
|
# TODO: Determine more variants.
|
||||||
return variants
|
return variants
|
||||||
|
|
||||||
|
@property
|
||||||
|
def command(self):
|
||||||
|
return Executable(self.prefix.bin.join('curl-config'))
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user