[build.sh] use correct osx triplet name

This commit is contained in:
Stefano Sinigardi
2019-04-17 14:19:58 +02:00
parent 77917d02fb
commit ff7d920a5d

View File

@ -21,7 +21,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
export CC="/usr/local/bin/gcc-8"
export CXX="/usr/local/bin/g++-8"
fi
vcpkg_triplet="x64-darwin"
vcpkg_triplet="x64-osx"
else
vcpkg_triplet="x64-linux"
fi