| Index: tools/gn/function_toolchain.cc
|
| diff --git a/tools/gn/function_toolchain.cc b/tools/gn/function_toolchain.cc
|
| index cbd8826fa850180a94c23a31bea212779845131a..ccba2d13405a7bd7b855e48fbd45aa8ddfc33d6c 100644
|
| --- a/tools/gn/function_toolchain.cc
|
| +++ b/tools/gn/function_toolchain.cc
|
| @@ -151,6 +151,10 @@ const char kTool_Help[] =
|
| " search directories, respectively, because linkers differ on how to\n"
|
| " specify them.\n"
|
| "\n"
|
| + " Note: On Mac libraries with names ending in \".framework\" will be\n"
|
| + " added to the link like with a \"-framework\" switch and the lib prefix\n"
|
| + " will be ignored.\n"
|
| + "\n"
|
| "Example:\n"
|
| " toolchain(\"my_toolchain\") {\n"
|
| " # Put these at the top to apply to all tools below.\n"
|
|
|