summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-06 11:44:13 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-06 11:44:13 +0100
commitee5e932cf0afa1ce24ea5eb0f298be8009cd9689 (patch)
treee40f81972ee9c22267b2a85885b4ed3098959d11 /test/wscript
parent6b3a021409b55e0b5988a0bb993020f6c0e66276 (diff)
Remove unnecessary link of libtiff.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript
index f957b106..2892bf9e 100644
--- a/test/wscript
+++ b/test/wscript
@@ -14,7 +14,6 @@ def configure(conf):
uselib_store = 'BOOST_TEST')
conf.env.prepend_value('LINKFLAGS', '-Lsrc')
- conf.env.append_value('LIB', 'tiff')
def build(bld):
obj = bld(features = 'cxx cxxprogram')