8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba77db0 + 393ad44 commit 41595e5Copy full SHA for 41595e5
pythonforandroid/recipes/libzmq/__init__.py
@@ -6,7 +6,7 @@
6
7
8
class LibZMQRecipe(Recipe):
9
- version = '4.3.2'
+ version = '4.3.4'
10
url = 'https://github.com/zeromq/libzmq/releases/download/v{version}/zeromq-{version}.zip'
11
depends = []
12
built_libraries = { 679F 'libzmq.so': 'src/.libs'}
@@ -34,6 +34,7 @@ def build_arch(self, arch):
34
'--prefix={}'.format(prefix),
35
'--with-libsodium=no',
36
'--disable-libunwind',
37
+ '--disable-Werror',
38
_env=env)
39
shprint(sh.make, _env=env)
40
shprint(sh.make, 'install', _env=env)
0 commit comments