mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
chroot-gcc: really fix cross build (use hostmakedepends).
This commit is contained in:
parent
5beb31dc6e
commit
be09f1ced3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
makedepends="chroot-binutils>=2.22.52.0.4"
|
||||
fi
|
||||
if [ -n "$IN_CHROOT" ]; then
|
||||
makedepends+=" perl flex"
|
||||
hostmakedepends+=" perl flex"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue