From c09d415cac646bfd3067f359ca454dc5ea3679e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Dec 2012 21:23:40 +0000 Subject: Allow static builds. --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 8a9cb2292..3b809f939 100644 --- a/test/wscript +++ b/test/wscript @@ -8,7 +8,7 @@ def configure(conf): def build(bld): obj = bld(features = 'cxx cxxprogram') obj.name = 'unit-tests' - obj.uselib = 'BOOST_TEST' + obj.uselib = 'BOOST_TEST DCP' obj.use = 'libdvdomatic' obj.source = 'test.cc' obj.target = 'unit-tests' -- cgit v1.2.3