Merge pull request #227720 from amjoseph-nixpkgs/pr/chromium/cross/use-wrapper
chromium: (cross): use cc-wrapper-clang instead of bare clang
This commit is contained in:
commit
66591331b3
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ let
|
|||
rtc_use_pipewire = true;
|
||||
# Disable PGO because the profile data requires a newer compiler version (LLVM 14 isn't sufficient):
|
||||
chrome_pgo_phase = 0;
|
||||
clang_base_path = "${llvmPackages.clang}";
|
||||
clang_base_path = "${llvmPackages.stdenv.cc}";
|
||||
use_qt = false;
|
||||
# To fix the build as we don't provide libffi_pic.a
|
||||
# (ld.lld: error: unable to find library -l:libffi_pic.a):
|
||||
|
|
Loading…
Reference in a new issue