Fixing compilation errors with capnproto-7.0.0

This commit is contained in:
Jacob Alexander
2019-09-16 21:33:56 -07:00
parent bc1a3a5f3f
commit de22f7eb97
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# capnp.pyx
# distutils: language = c++
# distutils: extra_compile_args = --std=c++11
# distutils: extra_compile_args = --std=c++14
# distutils: libraries = capnpc capnp-rpc capnp kj-async kj
# distutils: include_dirs = .
# cython: c_string_type = str