[build.sh] use correct osx triplet name

pull/2952/head
Stefano Sinigardi 6 years ago
parent 77917d02fb
commit ff7d920a5d
  1. 2
      build.sh

@ -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

Loading…
Cancel
Save