summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-07 21:21:49 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-07 21:21:49 +0000
commit6c2e8c4812a80ac6052da8ff82b49bb8f97cfb43 (patch)
treec54d2d1fe323d8d2897b24ec113ef4c6573a2a94 /test/wscript
parent7e0ebcd1f19c8365d16a5fb5a42907867d15cb20 (diff)
Allow static builds.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript
index 08e83d6d..14534bd9 100644
--- a/test/wscript
+++ b/test/wscript
@@ -18,7 +18,7 @@ def configure(conf):
def build(bld):
obj = bld(features = 'cxx cxxprogram')
obj.name = 'tests'
- obj.uselib = 'BOOST_TEST'
+ obj.uselib = 'BOOST_TEST OPENJPEG'
obj.use = 'libdcp'
obj.source = 'tests.cc'
obj.target = 'tests'