Fixing compilation errors with capnproto-7.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# schema.capnp.cpp.pyx
|
||||
# distutils: language = c++
|
||||
# distutils: extra_compile_args = --std=c++11
|
||||
# distutils: extra_compile_args = --std=c++14
|
||||
cdef extern from "capnp/helpers/checkCompiler.h":
|
||||
pass
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# schema.capnp.cpp.pyx
|
||||
# distutils: language = c++
|
||||
# distutils: extra_compile_args = --std=c++11
|
||||
# distutils: extra_compile_args = --std=c++14
|
||||
|
||||
from libc.stdint cimport *
|
||||
from capnp_cpp cimport DynamicOrphan
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user