Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: fusl/crt/BUILD.gn

Issue 1681933004: [fusl] Fix typo in action output (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/crt/BUILD.gn
diff --git a/fusl/crt/BUILD.gn b/fusl/crt/BUILD.gn
index ef90f5614ee303c263f400b8b8bde3a001034b97..1a6ab210be6537a4a946d4587eebdd5060f407d5 100644
--- a/fusl/crt/BUILD.gn
+++ b/fusl/crt/BUILD.gn
@@ -136,7 +136,7 @@ action("copy_crt_objects") {
outputs = [
"$target/crtbegin.o",
- "$target/crtbeginSo.o",
+ "$target/crtbeginS.o",
"$target/crtbeginT.o",
"$target/crtend.o",
"$target/crtendS.o",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698