ci: freebsd: set the target triple

This commit is contained in:
Andrew Kelley 2021-04-14 23:35:51 -07:00
parent df319db058
commit 85755c51d5

View File

@ -34,7 +34,7 @@ cmake .. \
-DCMAKE_PREFIX_PATH=$PREFIX \
"-DCMAKE_INSTALL_PREFIX=$(pwd)/release" \
-DZIG_STATIC=ON \
-DZIG_USE_LLVM_CONFIG=OFF \
-DZIG_TARGET_TRIPLE="x86_64-freebsd-gnu" \
-GNinja
samu install