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 @@
# addressbook_fast.pyx
# distutils: language = c++
# distutils: extra_compile_args = --std=c++11
# distutils: extra_compile_args = --std=c++14
# distutils: include_dirs = {{include_dir}}
# distutils: libraries = capnpc capnp capnp-rpc
# distutils: sources = {{file.filename}}.cpp