Skip to content

Commit

Permalink
Fix TARGET variable in musl-toolchain.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Mar 15, 2019
1 parent f364f48 commit 451343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/musl-toolchain.sh
Expand Up @@ -24,7 +24,7 @@ exit 1
}

ARCH=$1
TARGET=linux-musl-$ARCH
TARGET=$ARCH-linux-musl

OUTPUT=/usr/local
shift
Expand Down

0 comments on commit 451343e

Please sign in to comment.