diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/sandbox.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 9c801c5..613e6e3 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -146,7 +146,8 @@ 'conditions': [ # Only compile in the seccomp mode 1 code for the flag combination # where we support it. - [ 'OS=="linux" and target_arch!="arm" and toolkit_views==0 and selinux==0', { + [ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64") ' + 'and toolkit_views==0 and selinux==0', { 'dependencies': [ '../seccompsandbox/seccomp.gyp:seccomp_sandbox', ], |