Index: third_party/mojo/src/mojo/public/mojo_application.gni |
diff --git a/third_party/mojo/src/mojo/public/mojo_application.gni b/third_party/mojo/src/mojo/public/mojo_application.gni |
index 0cf7bff5dd268dd66d426daf4f5d99e150984099..ce8cf9e12bf2756bd830dd353d65fff731d4b616 100644 |
--- a/third_party/mojo/src/mojo/public/mojo_application.gni |
+++ b/third_party/mojo/src/mojo/public/mojo_application.gni |
@@ -155,7 +155,7 @@ template("mojo_native_application") { |
nexe_target_name = base_target_name + "_nexe" |
nexe_name = base_target_name + ".nexe" |
- output = "${base_target_name}_${cpu_arch}.nexe.mojo" |
+ output = "${base_target_name}_${target_cpu}.nexe.mojo" |
executable(nexe_target_name) { |
output_name = base_target_name |