mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 07:20:33 +00:00
python: add a debug line
This commit is contained in:
parent
d702c9cb4d
commit
2bf26fe448
@ -215,6 +215,7 @@ _found = False
|
||||
|
||||
def _load_lib(path):
|
||||
lib_file = join(path, _lib)
|
||||
#print("Trying to load %s" %lib_file)
|
||||
try:
|
||||
return ctypes.cdll.LoadLibrary(lib_file)
|
||||
except OSError:
|
||||
|
Loading…
Reference in New Issue
Block a user