| Index: build/config/mac/BUILD.gn
|
| diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn
|
| index 78c106aebf96ef39bef525ef3ab6dbd36e57b483..b92734443097c88ecf1a1fc8c4ef8953f6b8bf85 100644
|
| --- a/build/config/mac/BUILD.gn
|
| +++ b/build/config/mac/BUILD.gn
|
| @@ -2,6 +2,14 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +declare_args() {
|
| + # Minimum supported version of the Mac SDK.
|
| + mac_sdk_min = "10.6"
|
| +
|
| + # Path to the Mac SDKs, not including a backslash at the end.
|
| + mac_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs"
|
| +}
|
| +
|
| # On Mac, this is used for everything except static libraries.
|
| config("mac_dynamic_flags") {
|
| ldflags = [
|
|
|