gcc: fix inverted test for the bootstrap case (close #1563).

This commit is contained in:
Juan RP 2015-05-13 10:39:32 +02:00
parent d75edf4a21
commit 096b619e1b

View file

@ -30,7 +30,7 @@ if [ -z "$CROSS_BUILD" ]; then
subpackages+=" libobjc-devel libobjc"
fi
if [ -z "$CHROOT_READY" ]; then
if [ -n "$CHROOT_READY" ]; then
case "$XBPS_TARGET_MACHINE" in
*-musl)
# XXX disable go and java with musl