fixing few errors in build with headers and musl
This commit is contained in:
parent
00915846b7
commit
e12419d686
2 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
set -eu
|
||||
|
||||
ARCH=$(uname -m)
|
||||
FROOT="$ARCH-musllvm"
|
||||
FROOT="./build/$ARCH-musllvm"
|
||||
MUSL_TAR=$(ls ./sources/musl-*.tar.* 2>/dev/null | head -n 1 | xargs basename)
|
||||
if [ -z "$MUSL_TAR" ]; then
|
||||
echo "ERR: No Musl tarball found in sources directory"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue