diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-21 03:02:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-21 03:02:35 +0000 |
| commit | 3efca90ea10f09980190d33eea2cc8346185a79a (patch) | |
| tree | 2c8756ff3fa7238c5e7ea344e3d30107e79e1c73 /test/wscript | |
| parent | 2912464e4e2a11cd0543ee91b705a98104962daa (diff) | |
Build against libdcp1.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index 2c8c327..23b731c 100644 --- a/test/wscript +++ b/test/wscript @@ -18,7 +18,7 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' obj.uselib = 'BOOST_TEST DCP CXML' - obj.use = 'libsub' + obj.use = 'libsub-1.0' obj.source = """ dcp_reader_test.cc dcp_to_stl_binary_test.cc |
