| Index: build/config/ios/BUILD.gn
|
| diff --git a/build/config/ios/BUILD.gn b/build/config/ios/BUILD.gn
|
| index 0886be458ab843a5be2985cd718b94d43db28099..471f28a7c6b848e129798ba09de0fd3592cfc460 100644
|
| --- a/build/config/ios/BUILD.gn
|
| +++ b/build/config/ios/BUILD.gn
|
| @@ -6,7 +6,10 @@ import("//build/config/sysroot.gni")
|
| import("//build/config/ios/ios_sdk.gni")
|
|
|
| config("sdk") {
|
| - common_flags = [ "-isysroot", sysroot ]
|
| + common_flags = [
|
| + "-isysroot",
|
| + sysroot,
|
| + ]
|
|
|
| cflags = common_flags
|
| ldflags = common_flags
|
|
|