mirror of
https://github.com/Cxbx-Reloaded/unicorn.git
synced 2025-02-25 05:40:37 +00:00
Merge branch 'master' into noglib
This commit is contained in:
commit
1d85d1763d
@ -61,7 +61,7 @@ def _load_lib(path):
|
||||
if sys.platform in ('win32', 'cygwin'):
|
||||
_load_win_support(path)
|
||||
|
||||
lib_file = os.path.join(path, _lib[sys.platform])
|
||||
lib_file = os.path.join(path, _lib.get(sys.platform, 'libunicorn.so'))
|
||||
#print('Trying to load shared library', lib_file)
|
||||
dll = ctypes.cdll.LoadLibrary(lib_file)
|
||||
#print('SUCCESS')
|
||||
|
Loading…
x
Reference in New Issue
Block a user