gcc: fix inverted test for the bootstrap case (close #1563).
This commit is contained in:
parent
d75edf4a21
commit
096b619e1b
@ -30,7 +30,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||||||
subpackages+=" libobjc-devel libobjc"
|
subpackages+=" libobjc-devel libobjc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$CHROOT_READY" ]; then
|
if [ -n "$CHROOT_READY" ]; then
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
# XXX disable go and java with musl
|
# XXX disable go and java with musl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user