X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fpython%2Fsetup.py;h=83f35b6caff85cdc1492d6fcffba62bfe6029f29;hb=954e4ccde1346c9951aaa3d5c077b0ffc7fd93b6;hp=97ab4769273de6cba55158e50578705bbc39ea7b;hpb=e04a395a15594c6c79396abfe033a6fbf091b7e9;p=rrdtool.git diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 97ab476..83f35b6 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -32,7 +32,7 @@ from distutils.core import setup, Extension import sys, os RRDBASE = os.environ.get('LOCALBASE', '../../src') -library_dir = os.environ.get('LIBDIR', os.path.join(RRDBASE, 'lib')) +library_dir = os.environ.get('BUILDLIBDIR', os.path.join(RRDBASE, '.libs')) include_dir = os.environ.get('INCDIR', RRDBASE) setup(name = "py-rrdtool",