From 3d3522eda35322dda041f16b04010eea9eb96f7d Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 13 Oct 2024 14:23:40 -0700 Subject: [PATCH] Testing conan on linux. --- profiles/Linux_AARCH64_Debug | 2 +- profiles/Linux_AARCH64_Release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/Linux_AARCH64_Debug b/profiles/Linux_AARCH64_Debug index 4983b20..a7bf758 100644 --- a/profiles/Linux_AARCH64_Debug +++ b/profiles/Linux_AARCH64_Debug @@ -1,5 +1,5 @@ [settings] os=Linux -arch=AArch64 +arch=armv8 compiler=gcc build_type=Debug \ No newline at end of file diff --git a/profiles/Linux_AARCH64_Release b/profiles/Linux_AARCH64_Release index df557d6..55b36f3 100644 --- a/profiles/Linux_AARCH64_Release +++ b/profiles/Linux_AARCH64_Release @@ -1,5 +1,5 @@ [settings] os=Linux -arch=AArch64 +arch=armv8 compiler=gcc build_type=Release \ No newline at end of file