| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 7f8059577b49077128c2347953076a79cadea042..d4d585ab4554bf16f66986b52fa7829f843d954e 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -418,7 +418,7 @@ set_defaults("executable") {
|
| "//build/config/mac:mac_dynamic_flags",
|
| "//build/config/mac:mac_executable_flags" ]
|
| } else if (is_linux || is_android) {
|
| - configs += [ "//build/config/linux:executable_ldconfig" ]
|
| + configs += [ "//build/config/gcc:executable_ldconfig" ]
|
| }
|
| }
|
|
|
|
|