libmpack: fix cross

This commit is contained in:
maxice8 2018-08-22 21:34:51 -03:00
parent efbf0d35fd
commit 61d9a38f56
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -4,6 +4,7 @@ version=1.0.5
revision=1
build_style=gnu-makefile
make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
makedepends="libtool"
short_desc="Simple implementation of msgpack in C"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"