Browse Source

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

pull/4/head
Jack Grigg 6 years ago
parent
commit
b057754005
No known key found for this signature in database GPG Key ID: 1B8D649257DB0829
  1. 2
      zcutil/build.sh

2
zcutil/build.sh

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

Loading…
Cancel
Save