oops; do not die if we have to checkout the cross compiler

This commit is contained in:
Trammell Hudson 2017-01-28 13:25:44 -05:00
parent 1411dffb6a
commit c144146ced
Failed to extract signature

View File

@ -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"