Files
cef/patch/patches/build.patch
2021-07-28 21:29:46 -04:00

14 lines
413 B
Diff

diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
index 13ed917c8128..5f7bf7cbf5ae 100644
--- build/config/compiler/BUILD.gn
+++ build/config/compiler/BUILD.gn
@@ -1855,8 +1855,6 @@ config("thin_archive") {
# confuses lldb.
if ((is_posix && !is_nacl && !is_apple) || is_fuchsia) {
arflags = [ "-T" ]
- } else if (is_win && use_lld) {
- arflags = [ "/llvmlibthin" ]
}
}