Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Made the package compile in termux on android #598

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 5 additions & 0 deletions binding.gyp
Expand Up @@ -70,6 +70,11 @@
'<!(pkg-config libzmq --libs 2>/dev/null || echo "")',
],
}],
['OS=="android"', {
'libraries': ['-lzmq'],
'cflags': ['-fPIC'],
'cflags_cc': ['-fPIC'],
}],
]
}
]
Expand Down