| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 51d68cffe2a3fe771cf7b6ee69196f2419a4a95d..4159f0adfa2cbddc1ac9db7d0dc4f863075ce3b1 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -289,7 +289,7 @@ config("executable_config") {
|
| ]
|
| } else if (is_ios) {
|
| configs += [ "//build/config/ios:ios_dynamic_flags" ]
|
| - } else if (is_linux || is_android) {
|
| + } else if (is_linux || is_android || current_os == "aix") {
|
| configs += [ "//build/config/gcc:executable_ldconfig" ]
|
| if (is_android) {
|
| configs += [ "//build/config/android:executable_config" ]
|
|
|