blob: 030476053c6cdf5bbc4a23083251ec54fc05acd6 [file] [log] [blame]
Brian Silvermanb0ebf1d2018-10-17 23:36:40 -07001--- a/__init__.py 2018-10-17 21:55:40.000000000 -0700
2+++ b/__init__.py 2018-10-17 22:54:48.798723540 -0700
3@@ -1 +1,5 @@
4 __version__ = "1.4.3"
5+
6+import os
7+_base = os.path.dirname(os.path.dirname(__file__))
8+os.environ['LIBRARY_PATH'] = os.path.join(_base, 'rpathed', 'usr', 'lib')