mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 10:19:16 +02:00
Add free definition
This commit is contained in:
parent
9048a2dbab
commit
942a974818
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ def ffibuilder():
|
|||
)
|
||||
builder.cdef("""
|
||||
typedef int... time_t;
|
||||
void free(void *ptr);
|
||||
""")
|
||||
cc = distutils.ccompiler.new_compiler(force=True)
|
||||
distutils.sysconfig.customize_compiler(cc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue