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

Remove static_library for arm architectures to build keytar.node also… #92

Merged
merged 1 commit into from May 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions binding.gyp
Expand Up @@ -47,8 +47,7 @@
'<!(pkg-config --libs-only-l libsecret-1)',
],
},
}],
['target_arch=="arm"', { 'type': 'static_library' }]
}]
],
}
]
Expand Down