musl: use FOR_CROSS_DIR
This commit is contained in:
parent
f282a514cd
commit
c10ccb744d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ build() {
|
||||||
if [ -z "$FOR_CROSS" ]; then
|
if [ -z "$FOR_CROSS" ]; then
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
else
|
else
|
||||||
PREFIX=/usr/$ARCH-linux-musl
|
PREFIX=$FOR_CROSS_DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue