mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-18 13:30:16 +00:00
Remove PurePath() call breaking .join()
This commit is contained in:
parent
9d7bd099ac
commit
95f82446c1
@ -437,7 +437,7 @@ _path_list = [os.getenv('LIBCAPSTONE_PATH', None),
|
||||
resources.files(__name__) / "lib",
|
||||
join(split(__file__)[0], 'lib'),
|
||||
'',
|
||||
PurePath(sysconfig.get_path('platlib')),
|
||||
sysconfig.get_path('platlib'),
|
||||
"/usr/local/lib/" if sys.platform == 'darwin' else '/usr/lib64']
|
||||
|
||||
for _path in _path_list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user