From 01e10fb47e654bb2f552c70de1486a0dafa720d2 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Wed, 17 Jan 2024 14:25:54 -0800 Subject: [PATCH] Set asm att compiler to gcc in the test environment. --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 55d68b7..ec1b1eb 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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