| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 71161b086acea93df649bbdedb8d299845338d5a..0c7ba5a85a42bc38ceaa3e0e79b38fa79fe7ec12 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -421,6 +421,7 @@ if (is_linux) {
|
| } else if (is_mac) {
|
| _native_compiler_configs += [ "//build/config/mac:sdk" ]
|
| } else if (is_ios) {
|
| + _native_compiler_configs += [ "//build/config/ios:sdk" ]
|
| } else if (is_android) {
|
| _native_compiler_configs += [ "//build/config/android:sdk" ]
|
| }
|
|
|