make the package a package
This commit is contained in:
parent
914faa6596
commit
aed1337137
7 changed files with 58 additions and 1 deletions
|
|
@ -8,7 +8,9 @@ ffibuilder.set_source(
|
|||
source=""" //passed to the real C compiler
|
||||
#include "libmxclient.h"
|
||||
""",
|
||||
libraries=["mxclient"],
|
||||
libraries=["mxclient", "olm"],
|
||||
library_dirs=["."],
|
||||
include_dirs=["."],
|
||||
)
|
||||
|
||||
ffibuilder.cdef(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue