nodejs: Restrict package configuration to the x86 arch

Signed-off-by: Theodor Gherzan <theodor@resin.io>
This commit is contained in:
Theodor Gherzan 2016-11-03 18:41:59 +01:00
parent 1b8f395230
commit 3566755a17

View File

@ -1 +1 @@
GYP_DEFINES_append = " v8_target_arch='x87' "
GYP_DEFINES_append_x86 = " v8_target_arch='x87' "