summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chromium/base/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/BUILD.gn b/chromium/base/BUILD.gn
index afba0abaa67..5bad6bed12a 100644
--- a/chromium/base/BUILD.gn
+++ b/chromium/base/BUILD.gn
@@ -1032,7 +1032,7 @@ component("base") {
]
# Needed for <atomic> if using newer C++ library than sysroot
- if (!use_sysroot && (is_android || is_linux)) {
+ if (!use_sysroot && (is_android || is_linux) && !use_qt) {
libs = [ "atomic" ]
}