ci: macos: set the cross compile cmake option

This should avoid invoking llvm-config to work around a symbol
not found inside libstdc++, and plus it's technically more correct
anyway.
master
Andrew Kelley 2020-10-12 22:32:14 -07:00
parent 92926c4331
commit 9e05f42fee
1 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@
set -x
set -e
system_profiler SPHardwareDataType
brew install s3cmd gcc@10
ZIGDIR="$(pwd)"
@ -33,7 +31,7 @@ git config core.abbrev 9
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON -DZIG_TARGET_TRIPLE=x86_64-macos.10.15.7-gnu
make $JOBS install
release/bin/zig build test