aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-02-22 11:26:02 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-02-22 11:26:02 +0100
commit6a584be7e3e1f9773d2b4cbfa5f550dc126746fe (patch)
tree9ce63e946418ec334630ed94487e5c2c836273fa /src
parent52e7e28324f4fa2b2733a7e2d2292a05fc1453cb (diff)
downloadpyexiv2-6a584be7e3e1f9773d2b4cbfa5f550dc126746fe.tar.gz
Explain the BOOSTLIB argument.
Diffstat (limited to 'src')
-rw-r--r--src/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SConscript b/src/SConscript
index 15e3059..abf299c 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -19,6 +19,9 @@ if os.environ.has_key('LDFLAGS'):
env.Append(CPPPATH=[get_python_inc(plat_specific=True)])
# Libraries to link against
+# On some systems, boost_python is actually called boost_python-mt.
+# Use the BOOSTLIB argument to override the default value.
+# See https://bugs.launchpad.net/pyexiv2/+bug/523858.
libs = [ARGUMENTS.get('BOOSTLIB', 'boost_python'), 'exiv2']
env.Append(LIBS=libs)