mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 18:38:29 +00:00
Update unicorn.py
space
This commit is contained in:
parent
4f07910eae
commit
7441cfe4e5
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ _path_list = [pkg_resources.resource_filename(__name__, 'lib'),
|
||||||
'',
|
'',
|
||||||
distutils.sysconfig.get_python_lib(),
|
distutils.sysconfig.get_python_lib(),
|
||||||
"/usr/local/lib/" if sys.platform == 'darwin' else '/usr/lib64',
|
"/usr/local/lib/" if sys.platform == 'darwin' else '/usr/lib64',
|
||||||
os.getenv('PATH','')]
|
os.getenv('PATH', '')]
|
||||||
|
|
||||||
#print(_path_list)
|
#print(_path_list)
|
||||||
#print("-" * 80)
|
#print("-" * 80)
|
||||||
|
|
Loading…
Reference in a new issue