| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index 64940f1455a63a84a2ce9056be8fd423468cad13..b1efa29e21524c9e2303cf64d2a3fafab75e7b87 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
|
|
|