| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 509210823430b653e6a90fbf6b251376043d0df9..60c2bb74084ade5b55819be91e53b94048c1e1fc 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -292,7 +292,7 @@ config("executable_config") {
|
| "//build/config/ios:ios_dynamic_flags",
|
| "//build/config/ios:ios_executable_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" ]
|
|
|