mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +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"
|
makedepends="chroot-binutils>=2.22.52.0.4"
|
||||||
fi
|
fi
|
||||||
if [ -n "$IN_CHROOT" ]; then
|
if [ -n "$IN_CHROOT" ]; then
|
||||||
makedepends+=" perl flex"
|
hostmakedepends+=" perl flex"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue