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
|
||||
PREFIX=/usr
|
||||
else
|
||||
PREFIX=/usr/$ARCH-linux-musl
|
||||
PREFIX=$FOR_CROSS_DIR
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue