| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 671bdee933bf81dc6af0b6106a7dd3d7a3df36b7..264a3ea6d959c76bb917552f3e7580bb9dcc8e5d 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -336,6 +336,8 @@ native_compiler_configs = [
|
| ]
|
| if (is_win) {
|
| native_compiler_configs += [ "//build/config/win:sdk", ]
|
| +} else if (is_linux) {
|
| + native_compiler_configs += [ "//build/config/linux:sdk", ]
|
| } else if (is_mac) {
|
| native_compiler_configs += [ "//build/config/mac:sdk", ]
|
| } else if (is_ios) {
|
|
|