Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 135573d

Browse files
surferandishiftkey
authored andcommitted
Remove static_library for arm architectures to build keytar.node also on raspberry pi (#92)
1 parent 1557463 commit 135573d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

binding.gyp

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
'<!(pkg-config --libs-only-l libsecret-1)',
4848
],
4949
},
50-
}],
51-
['target_arch=="arm"', { 'type': 'static_library' }]
50+
}]
5251
],
5352
}
5453
]

0 commit comments

Comments
 (0)