| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index d061f0b066a63df152c5aca23cc1ea3bc710efb1..350d880de1ffa69d538940b4fc271e17ff728bc4 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -387,7 +387,9 @@ set_defaults("executable") {
|
| if (is_win) {
|
| configs += windows_linker_configs
|
| } else if (is_mac) {
|
| - configs += [ "//build/config/mac:mac_dynamic_flags" ]
|
| + configs += [
|
| + "//build/config/mac:mac_dynamic_flags",
|
| + "//build/config/mac:mac_executable_flags" ]
|
| } else if (is_linux || is_android) {
|
| configs += [ "//build/config/linux:executable_ldconfig" ]
|
| }
|
|
|