| Index: src/trusted/validator/x86/64/validator_x86_64.gyp
|
| diff --git a/src/trusted/validator/x86/64/validator_x86_64.gyp b/src/trusted/validator/x86/64/validator_x86_64.gyp
|
| index 0d063a4b7a5188c96f9af46518a1825b571b140c..9a84a831eec8b05883823672cd118bb9981882f5 100644
|
| --- a/src/trusted/validator/x86/64/validator_x86_64.gyp
|
| +++ b/src/trusted/validator/x86/64/validator_x86_64.gyp
|
| @@ -86,7 +86,7 @@
|
| },
|
| ],
|
| }],
|
| - [ 'target_arch=="arm" or target_arch=="ia32"', {
|
| + [ 'target_arch!="x64"', {
|
| 'targets': []
|
| }],
|
| ],
|
|
|