diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-05 00:39:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-05 00:39:50 +0000 |
| commit | c6193e45005345f36fc00caf25011e8bf4147582 (patch) | |
| tree | fcec1234977deae1810d5e51392d7c74301f5164 /cscript | |
| parent | a57dbd3690e4ca11a608470f30e080a3d4631436 (diff) | |
Bump libdcp for assert.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '0a47e4c')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', 'f19fba7')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
