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

View File

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