Skip to content
Snippets Groups Projects
Commit 700596b4 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Update python wrapper to run against libolm.so.2

parent 2d7b10a1
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ def read_random(n):
return f.read(n)
lib = cdll.LoadLibrary(os.path.join(
os.path.dirname(__file__), "..", "..", "build", "libolm.so.1")
os.path.dirname(__file__), "..", "..", "build", "libolm.so.2")
)
lib.olm_error.argtypes = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment