From 6c2e8c4812a80ac6052da8ff82b49bb8f97cfb43 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Dec 2012 21:21:49 +0000 Subject: Allow static builds. --- examples/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/wscript') diff --git a/examples/wscript b/examples/wscript index b6b28653..46d3287b 100644 --- a/examples/wscript +++ b/examples/wscript @@ -2,6 +2,7 @@ def build(bld): obj = bld(features = 'cxx cxxprogram') obj.name = 'examples' obj.use = 'libdcp' + obj.uselib = 'OPENJPEG' obj.source = 'make_dcp.cc' obj.target = 'make_dcp' obj.install_path = '' -- cgit v1.2.3