|
Line 0
Link Here
|
|
|
1 |
--- capstone/__init__.py.orig 2018-07-18 16:17:10 UTC |
| 2 |
+++ capstone/__init__.py |
| 3 |
@@ -236,6 +236,7 @@ _cs = None |
| 4 |
# - last-gasp attempt at some hardcoded paths on darwin and linux |
| 5 |
|
| 6 |
_path_list = [os.getenv('LIBCAPSTONE_PATH', None), |
| 7 |
+ '%%LOCALBASE%%/lib', |
| 8 |
pkg_resources.resource_filename(__name__, 'lib'), |
| 9 |
join(split(__file__)[0], 'lib'), |
| 10 |
'', |