summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/build/toolchain/mac/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/build/toolchain/mac/BUILD.gn b/chromium/build/toolchain/mac/BUILD.gn
index c03a4a670ce..9429f12f680 100644
--- a/chromium/build/toolchain/mac/BUILD.gn
+++ b/chromium/build/toolchain/mac/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
import("//build/config/mac/mac_sdk.gni")
import("//build/toolchain/apple/toolchain.gni")
import("//build_overrides/build.gni")
@@ -21,7 +22,7 @@ template("mac_toolchain") {
forward_variables_from(invoker.toolchain_args, "*")
current_os = "mac"
- if (target_os == "ios") {
+ if (target_os == "ios" && !use_qt) {
# Use LLD for the host part of a chrome/ios build.
use_lld = true