aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2023-10-11 20:50:29 +0200
committerFelix Morgner <felix.morgner@ost.ch>2023-10-11 20:50:29 +0200
commitff2229719f8f9a9294dd64e64221414a2278b510 (patch)
treed9f59fca22983dbbff4a164cd29d873befab2e23
parent9e7fba5959bc91ad549809551c99756e34f245db (diff)
downloadteachos-ff2229719f8f9a9294dd64e64221414a2278b510.tar.xz
teachos-ff2229719f8f9a9294dd64e64221414a2278b510.zip
conan: ensure the correct assembler is found
-rw-r--r--.conan/profiles/x86_64-gcc2
1 files changed, 1 insertions, 1 deletions
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