diff options
| -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 |
