| Index: build/config/ios/BUILD.gn
|
| diff --git a/build/config/ios/BUILD.gn b/build/config/ios/BUILD.gn
|
| index 0539810f818dd46564a57cff05e4ca1a5723bd48..14330841dc19b02df86d9a78b9de289fb70bb8de 100644
|
| --- a/build/config/ios/BUILD.gn
|
| +++ b/build/config/ios/BUILD.gn
|
| @@ -9,13 +9,9 @@ config("sdk") {
|
| common_flags = [
|
| "-isysroot",
|
| sysroot,
|
| - ]
|
|
|
| - if (use_ios_simulator) {
|
| - common_flags += [ "-mios-simulator-version-min=$ios_deployment_target" ]
|
| - } else {
|
| - common_flags += [ "-miphoneos-version-min=$ios_deployment_target" ]
|
| - }
|
| + "-stdlib=libc++",
|
| + ]
|
|
|
| cflags = common_flags
|
| ldflags = common_flags
|
|
|