diff --git a/gn/BUILD.gn b/gn/BUILD.gn index 108d104bfc..96da6775ec 100644 --- a/gn/BUILD.gn +++ b/gn/BUILD.gn @@ -668,7 +668,7 @@ toolchain("gcc_like") { outputs = [ "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o", ] - description = "compile {{source}}" + description = "assemble {{source}}" } tool("alink") {