Index: gn/BUILD.gn |
diff --git a/gn/BUILD.gn b/gn/BUILD.gn |
index e514bc3be4c4f5d154c9665482cb36310b76a6d2..5789aef48b38e0a261e923ab0b5020778e596a50 100644 |
--- a/gn/BUILD.gn |
+++ b/gn/BUILD.gn |
@@ -88,7 +88,7 @@ toolchain("gcc_like") { |
tool("alink") { |
command = "rm -f {{output}} && $ar rcs {{output}} {{inputs}}" |
outputs = [ |
- "{{target_out_dir}}/{{target_output_name}}{{output_extension}}", |
+ "{{root_out_dir}}/{{target_output_name}}{{output_extension}}", |
] |
default_output_extension = ".a" |
output_prefix = "lib" |