| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index 8b18a3a5f80ee0c06fab1354f5040e2b28994a5c..c4a851ee101652065b5f0a9f05b40a8e4e726ab9 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -11,7 +11,7 @@ declare_args() {
|
| compile_credentials = is_linux
|
|
|
| compile_seccomp_bpf_demo =
|
| - is_linux && (cpu_arch == "x86" || cpu_arch == "x64")
|
| + is_linux && (current_cpu == "x86" || current_cpu == "x64")
|
| }
|
|
|
| # We have two principal targets: sandbox and sandbox_linux_unittests
|
|
|