Set asm att compiler to gcc in the test environment.

This commit is contained in:
Drew Galbraith 2024-01-17 14:25:54 -08:00
parent a98e66ac47
commit 01e10fb47e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
pushd "$DIR/.."
if [[ ! -e test-bin ]]; then
cmake -B test-bin/ -G Ninja -D enable_testing=on
cmake -B test-bin/ -G Ninja -D enable_testing=on -D CMAKE_ASM-ATT_COMPILER=gcc
fi
pushd test-bin/
ninja build_test