Skip to content
Snippets Groups Projects
Commit 2dceb631 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

python: fix libknot version

parent f53b644a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ Example:
from ctypes import cdll, c_void_p, c_int, c_char_p, c_uint, byref
from enum import IntEnum
LIB = cdll.LoadLibrary('libknot.so.2')
LIB = cdll.LoadLibrary('libknot.so')
CTL_ALLOC = LIB.knot_ctl_alloc
CTL_ALLOC.restype = c_void_p
......
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