fix mac build

This commit is contained in:
Willem Melching 2020-09-09 17:39:55 +02:00
parent 626679d1a5
commit 1646e84af8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class BuildExtWithoutPlatformSuffix(build_ext):
sourcefiles = ['messaging_pyx.pyx']
extra_compile_args = ["-std=c++14"]
extra_compile_args = ["-std=c++14", "-Wno-nullability-completeness"]
libraries = ['zmq']
ARCH = subprocess.check_output(["uname", "-m"], encoding='utf8').rstrip() # pylint: disable=unexpected-keyword-arg