curl: add command property (#31293)

This commit is contained in:
Adam J. Stewart
2022-06-28 07:01:42 -07:00
committed by GitHub
parent 33fee003b8
commit 505bcc5aba

View File

@@ -139,6 +139,10 @@ def determine_variants(cls, exes, version):
# TODO: Determine more variants.
return variants
@property
def command(self):
return Executable(self.prefix.bin.join('curl-config'))
def configure_args(self):
spec = self.spec