Meta: Use the host CXX tool for linking as well
For example, if you set host_cxx=clang in your args.gn, we would still use GCC for linking. This matches the CMake build now.
This commit is contained in:
parent
847ee6e266
commit
951aa44f87
Notes:
sideshowbarker
2024-07-17 18:38:54 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/951aa44f87 Pull-request: https://github.com/SerenityOS/serenity/pull/24528 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ unix_toolchain("unix") {
|
|||
current_os = host_os
|
||||
cc = host_cc
|
||||
cxx = host_cxx
|
||||
ld = host_cxx
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue