summaryrefslogtreecommitdiff
path: root/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-16 01:14:10 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-16 01:14:10 +0000
commit2912464e4e2a11cd0543ee91b705a98104962daa (patch)
tree9a754c0f0887cd2a7a51370f85ef6698c46e7625 /tools/wscript
parent327ef798f5b1a1be2c03461b8c6d137475334b6a (diff)
Another build fix.
Diffstat (limited to 'tools/wscript')
-rw-r--r--tools/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wscript b/tools/wscript
index 3db10b2..41ba14f 100644
--- a/tools/wscript
+++ b/tools/wscript
@@ -1,6 +1,6 @@
def build(bld):
obj = bld(features = 'cxx cxxprogram')
obj.use = ['libsub']
- obj.uselib = 'OPENJPEG CXML'
+ obj.uselib = 'OPENJPEG DCP CXML'
obj.source = 'dumpsubs.cc'
obj.target = 'dumpsubs'