zcutil/build.sh: Use $HOST to specify the depends prefix

This commit is contained in:
Jack Grigg 2018-04-13 22:08:18 -06:00
parent 3d308c2232
commit b057754005
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ then
shift
fi
PREFIX="$(pwd)/depends/$BUILD/"
PREFIX="$(pwd)/depends/$HOST/"
eval "$MAKE" --version
eval "$CC" --version