diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-18 16:50:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-18 16:50:00 +0100 |
| commit | 221113dc6844bb0beb8d32544601396649c2616c (patch) | |
| tree | a52a7f426a78d54a7233756598e3b1c4cb82be52 /examples/wscript | |
| parent | bf9eb612ef464db95c365e0de4ebd98ab23e5b9c (diff) | |
Fix static build.
Diffstat (limited to 'examples/wscript')
| -rw-r--r-- | examples/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '' |
