diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
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") { |