mirror of https://github.com/commaai/cereal.git
fix mac build
This commit is contained in:
parent
626679d1a5
commit
1646e84af8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue