diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 3657bae..8cc6756 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -415,7 +415,7 @@ }, ], }], - ['disable_nacl!=1 and OS=="win"', { + ['disable_nacl!=1 and OS=="win" and target_arch=="ia32"', { 'targets': [ { 'target_name': 'gpu_ipc_win64', |