binding.gyp.cmake: fix architecture name for 32bit x86
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
[ 'target_arch=="x64"',
|
||||
{ 'defines' : [ 'X86PLAT=ON' ], },
|
||||
],
|
||||
[ 'target_arch=="x86"',
|
||||
[ 'target_arch=="ia32"',
|
||||
{ 'defines' : [ 'X86PLAT=ON' ], },
|
||||
],
|
||||
[ 'target_arch=="arm"',
|
||||
|
||||
Reference in New Issue
Block a user