parent
bd2c47af39
commit
46441ae7b4
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ distfiles="${homepage}/capnproto-c++-${version}.tar.gz"
|
|||
checksum=8082040cd8c3b93c0e4fc72f2799990c72fdcf21c2b5ecdae6611482a14f1a04
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="capnproto-devel"
|
||||
configure_args="--with-external-capnp"
|
||||
hostmakedepends+=" capnproto-devel"
|
||||
configure_args+=" --with-external-capnp"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue