We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143b41a commit 65ecd55Copy full SHA for 65ecd55
1 file changed
binding.gyp
@@ -1,7 +1,11 @@
1
{
2
"variables": {
3
- #"arch%": "amd64"
4
- "arch%": "i386" # linux JVM architecture. See $(JAVA_HOME)jre/lib/<@(arch)/server/
+ "arch%": "amd64", # linux JVM architecture. See $(JAVA_HOME)jre/lib/<@(arch)/server/
+ 'conditions': [
5
+ ['target_arch=="ia32"', {
6
+ 'arch%': "i386"
7
+ }]
8
+ ]
9
},
10
"targets": [
11
0 commit comments