X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fpython%2Fsetup.py;h=83f35b6caff85cdc1492d6fcffba62bfe6029f29;hb=b68abb4d45e269cf95a5280e0eaf7b3b4f6554d3;hp=7a41a113c9b9c809b2a8d029226330acc7bcb73b;hpb=de8e6dedcd6a2607188c5848801107d2c3d9eaf4;p=rrdtool.git diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 7a41a11..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('BUILDLIBDIR', 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",