diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-11 20:50:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-11 20:50:29 +0200 |
| commit | ff2229719f8f9a9294dd64e64221414a2278b510 (patch) | |
| tree | d9f59fca22983dbbff4a164cd29d873befab2e23 | |
| parent | 9e7fba5959bc91ad549809551c99756e34f245db (diff) | |
| download | teachos-ff2229719f8f9a9294dd64e64221414a2278b510.tar.xz teachos-ff2229719f8f9a9294dd64e64221414a2278b510.zip | |
conan: ensure the correct assembler is found
| -rw-r--r-- | .conan/profiles/x86_64-gcc | 2 |
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 |
