mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
bloaty: fix cross
This commit is contained in:
parent
4e743f29b3
commit
0b1cf3b364
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://github.com/google/bloaty"
|
||||||
distfiles="https://github.com/google/bloaty/releases/download/v${version}/bloaty-${version}.tar.bz2"
|
distfiles="https://github.com/google/bloaty/releases/download/v${version}/bloaty-${version}.tar.bz2"
|
||||||
checksum=e1cf9830ba6c455218fdb50e7a8554ff256da749878acfaf77c032140d7ddde0
|
checksum=e1cf9830ba6c455218fdb50e7a8554ff256da749878acfaf77c032140d7ddde0
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" protobuf"
|
||||||
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin build/bloaty
|
vbin build/bloaty
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue