From 936433a5deb6ccc8f8476096f2c2b8dc72c33388 Mon Sep 17 00:00:00 2001 From: zorz Date: Thu, 2 Apr 2026 01:11:55 +0300 Subject: chromium musl --- chromium/patches/noclanglibs.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 chromium/patches/noclanglibs.patch (limited to 'chromium/patches/noclanglibs.patch') diff --git a/chromium/patches/noclanglibs.patch b/chromium/patches/noclanglibs.patch new file mode 100644 index 0000000..4542171 --- /dev/null +++ b/chromium/patches/noclanglibs.patch @@ -0,0 +1,15 @@ +q66 doesn't want to pass clang_version for clanglib path since it's only used to +link the libclang_rt.builtins.a. but those are linked by default already so skip +it instead of computing the version +-- +--- a/build/config/clang/BUILD.gn ++++ b/build/config/clang/BUILD.gn +@@ -101,7 +101,7 @@ + } + + template("clang_lib") { +- if (!defined(invoker.libname) || is_wasm) { ++ if (true) { + not_needed(invoker, "*") + config(target_name) { + } -- cgit v1.2.3