From eaa5e9fb5d27ef4fa4f599277dc01d1b5b902e89 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 6 Apr 2016 11:20:04 -0700 Subject: [PATCH] Bump up the mac_sdk_min GN arg to 10.8 and fix deprecated declaration. Required by the Dart dependency. --- engine/src/flutter/build/config/mac/mac_sdk.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/build/config/mac/mac_sdk.gni b/engine/src/flutter/build/config/mac/mac_sdk.gni index 600085e8b7..54b68c40ca 100644 --- a/engine/src/flutter/build/config/mac/mac_sdk.gni +++ b/engine/src/flutter/build/config/mac/mac_sdk.gni @@ -6,7 +6,7 @@ import("//build/config/chrome_build.gni") declare_args() { # Minimum supported version of the Mac SDK. - mac_sdk_min = "10.6" + mac_sdk_min = "10.8" # Path to a specific version of the Mac SDKJ, not including a backslash at # the end. If empty, the path to the lowest version greater than or equal to