X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=bindings%2Fpython%2Fsetup.py;fp=bindings%2Fpython%2Fsetup.py;h=7912d9207a33fb69fa8a42a831c80b8b706a9749;hb=62b8b49d7eddb825bb31e6b2eb6ec7c3b3cf6769;hp=97ab4769273de6cba55158e50578705bbc39ea7b;hpb=cf0cdb900118b5d4782dc5741eecb65d5375eeca;p=rrdtool.git diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 97ab476..7912d92 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -48,6 +48,7 @@ setup(name = "py-rrdtool", "rrdtoolmodule", ["rrdtoolmodule.c"], libraries=['rrd'], + runtime_library_dirs=[library_dir], library_dirs=[library_dir], include_dirs=[include_dir], )