From 221113dc6844bb0beb8d32544601396649c2616c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Jun 2013 16:50:00 +0100 Subject: Fix static build. --- examples/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/wscript') diff --git a/examples/wscript b/examples/wscript index 46d3287b..05cca98f 100644 --- a/examples/wscript +++ b/examples/wscript @@ -2,7 +2,7 @@ def build(bld): obj = bld(features = 'cxx cxxprogram') obj.name = 'examples' obj.use = 'libdcp' - obj.uselib = 'OPENJPEG' + obj.uselib = 'OPENJPEG CXML' obj.source = 'make_dcp.cc' obj.target = 'make_dcp' obj.install_path = '' -- cgit v1.2.3