From c144146ced3cc17807205ba56deff32e3e79b980 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Sat, 28 Jan 2017 13:25:44 -0500 Subject: [PATCH] oops; do not die if we have to checkout the cross compiler --- bootstrap | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap b/bootstrap index 26fa735e..d1efbf3d 100755 --- a/bootstrap +++ b/bootstrap @@ -10,8 +10,6 @@ BASE="`cd "$DIRNAME" ; /bin/pwd `" die() { echo >&2 "$@"; exit 1; } if [ ! -d build/musl-cross ]; then - die "cross compiler already built?" - cd build hg clone https://bitbucket.org/GregorR/musl-cross \ || die "clone failed"