Update python wrapper to run against libolm.so.2
This commit is contained in:
parent
2d7b10a160
commit
700596b46a
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue