From b68abb4d45e269cf95a5280e0eaf7b3b4f6554d3 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 26 Nov 2007 20:12:11 +0000 Subject: [PATCH] fix libdir for python build git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1247 a5681a0c-68f1-0310-ab6d-d61299d08faa --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.11.0