From ff2229719f8f9a9294dd64e64221414a2278b510 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 11 Oct 2023 20:50:29 +0200 Subject: conan: ensure the correct assembler is found --- .conan/profiles/x86_64-gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conan/profiles/x86_64-gcc b/.conan/profiles/x86_64-gcc index 1c29e8d..8471f80 100644 --- a/.conan/profiles/x86_64-gcc +++ b/.conan/profiles/x86_64-gcc @@ -5,7 +5,7 @@ cxx_compiler=g++ [env] CHOST=$target_host AR=$target_host-ar -AS=$target_host-as +ASM=$target_host-$cc_compiler CC=$target_host-$cc_compiler CXX=$target_host-$cxx_compiler LD=$target_host-$cxx_compiler -- cgit v1.2.3