xmlrpc-c: add build of xmlrpc tools directory (#39580)
This commit is contained in:
parent
34ff7605e6
commit
25b8cf93d2
@ -24,3 +24,13 @@ def configure_args(self):
|
||||
args.append("--build=arm-linux")
|
||||
|
||||
return args
|
||||
|
||||
def build(self, spec, prefix):
|
||||
make()
|
||||
with working_dir("tools"):
|
||||
make()
|
||||
|
||||
def install(self, spec, prefix):
|
||||
make("install")
|
||||
with working_dir("tools"):
|
||||
make("install")
|
||||
|
Loading…
Reference in New Issue
Block a user