Index: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn |
diff --git a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn |
index ff7907107216f4f81a708dffa2733f200e85563d..99580a5f8ef7943b13216be4ccadcaa4ca44e7eb 100644 |
--- a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn |
+++ b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn |
@@ -35,8 +35,15 @@ if (is_mac) { |
args = [ "{{source}}" ] |
args += rebase_path(outputs, root_build_dir) |
if (!use_system_xcode) { |
- args += [ hermetic_xcode_path ] |
+ args += [ |
+ "--developer-dir", |
+ hermetic_xcode_path, |
+ ] |
} |
+ args += [ |
+ "--sdk", |
+ mac_sdk_path, |
+ ] |
} |
} |