mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-31 22:55:40 +00:00
python: add a debug code to print out _path_list
This commit is contained in:
parent
200f0d195e
commit
88bd6453d5
|
@ -64,6 +64,7 @@ _path_list = [pkg_resources.resource_filename(__name__, 'lib'),
|
|||
'',
|
||||
distutils.sysconfig.get_python_lib(),
|
||||
"/usr/local/lib/" if sys.platform == 'darwin' else '/usr/lib64']
|
||||
#print("DEBUG _path_list = %s" %_path_list)
|
||||
|
||||
for _path in _path_list:
|
||||
_uc = _load_lib(_path)
|
||||
|
|
Loading…
Reference in a new issue