Merge branch 'master' into flub-py-glue-fixes

This commit is contained in:
holger krekel
2019-07-22 00:39:47 +02:00
50 changed files with 1280 additions and 957 deletions

View File

@@ -25,6 +25,7 @@ def ffibuilder():
else:
raise NotImplementedError("Compilation not supported yet on Windows, can you help?")
objs = [os.path.join(projdir, 'target', target, 'libdeltachat.a')]
assert os.path.exists(objs[0]), objs
incs = [os.path.join(projdir, 'deltachat-ffi')]
else:
libs = ['deltachat']