From 5b7183fbc386b56408e522823cbb0fe7f802f07b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 1 Oct 2023 10:22:17 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b6c24dc1..92f9a365a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -297,7 +297,7 @@ jobs: /Applications/Xcode_11.7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version mkdir build cd build - cmake -DTARGET=ARMV8 -DDYNAMIC_ARCH=1 -DCMAKE_CROSS_COMPILING=1 -DNUM_THREADS=32 NOFORTRAN=1 .. + cmake -DTARGET=ARMV8 -DDYNAMIC_ARCH=1 -DCMAKE_CROSSCOMPILING=1 -DNUM_THREADS=32 NOFORTRAN=1 .. make - job: ALPINE_MUSL