Merge pull request #345 from resin-io/hotfix

nodejs: Restrict package configuration to the x86 arch
This commit is contained in:
Pablo Carranza Vélez 2016-11-03 18:24:18 -03:00 committed by GitHub
commit 16fd43f3c7

View File

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