| Index: build/config/mac/mac_sdk.gni
|
| diff --git a/build/config/mac/mac_sdk.gni b/build/config/mac/mac_sdk.gni
|
| index 0fb5dd512721642148eafa96504e570bedd28af9..2b2501c7a38845ae075e39e0c334f9448a25da3c 100644
|
| --- a/build/config/mac/mac_sdk.gni
|
| +++ b/build/config/mac/mac_sdk.gni
|
| @@ -15,7 +15,7 @@ declare_args() {
|
| mac_sdk_min = mac_sdk_min_build_override
|
|
|
| # Minimum supported version of OSX.
|
| - mac_deployment_target = mac_deployment_target_build_override
|
| + mac_deployment_target = "10.9"
|
|
|
| # Path to a specific version of the Mac SDK, not including a slash at the end.
|
| # If empty, the path to the lowest version greater than or equal to
|
|
|