| Index: mojo/nacl/BUILD.gn
|
| diff --git a/mojo/nacl/BUILD.gn b/mojo/nacl/BUILD.gn
|
| index 3ce017d44c0cca6eb33e44cdfa62bff98430ec9f..3cea6c5f68440c57067eef086483013d7967e2c8 100644
|
| --- a/mojo/nacl/BUILD.gn
|
| +++ b/mojo/nacl/BUILD.gn
|
| @@ -90,7 +90,7 @@ if (is_nacl) {
|
|
|
| group("mojo_nacl") {
|
| deps = [
|
| - "//native_client/src/untrusted/irt:irt_core(//native_client/build/toolchain/nacl:irt_${cpu_arch})",
|
| + "//native_client/src/untrusted/irt:irt_core(//native_client/build/toolchain/nacl:irt_${current_cpu})",
|
| ]
|
| }
|
|
|
| @@ -98,6 +98,6 @@ group("mojo_nacl_tests") {
|
| testonly = true
|
| deps = [
|
| ":monacl_shell",
|
| - ":monacl_test(//native_client/build/toolchain/nacl:clang_newlib_${cpu_arch})",
|
| + ":monacl_test(//native_client/build/toolchain/nacl:clang_newlib_${current_cpu})",
|
| ]
|
| }
|
|
|