| Index: tools/gn/variables.cc
|
| diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
|
| index 0f3ede7e181b1812e064bbab9b7a3ec549e134db..83b295792bb1973a2400cf4f88c453da35d4a7b5 100644
|
| --- a/tools/gn/variables.cc
|
| +++ b/tools/gn/variables.cc
|
| @@ -767,7 +767,8 @@ const char kLdflags_Help[] =
|
| " ldflags are NOT pushed to dependents, so applying ldflags to source\n"
|
| " sets or static libraries will be a no-op. If you want to apply ldflags\n"
|
| " to dependent targets, put them in a config and set it in the\n"
|
| - " all_dependent_configs or public_configs.\n";
|
| + " all_dependent_configs or public_configs.\n"
|
| + COMMON_ORDERING_HELP;
|
|
|
| #define COMMON_LIB_INHERITANCE_HELP \
|
| "\n" \
|
|
|