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:
Rick van Schijndel 2023-07-05 21:06:03 +02:00 committed by GitHub
commit 66591331b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):