From ed2c640c54101cb25f8fa190cb708b2d449d41c9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 30 May 2007 22:13:51 -0400 Subject: [PATCH] Change default library names to boost defaults. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f08d9aa..9224612 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,10 @@ import os from distutils.core import setup,Extension home = os.getenv("HOME") -boost_path = "%s/work/boost" % home +boost_path = "%s/pool/include/boost-1_34" % home include_dirs = [boost_path, "src"] library_dirs = ["%s/pool/lib" % home] -libraries = ["boost_python"] +libraries = ["boost_python-gcc41-mt"] triangle_macros = [ ( "EXTERNAL_TEST", 1 ), -- GitLab