mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Bump up the mac_sdk_min GN arg to 10.8 and fix deprecated declaration.
Required by the Dart dependency.
This commit is contained in:
parent
83f0b02a4c
commit
eaa5e9fb5d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user