diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-31 21:41:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-31 21:41:01 +0100 |
| commit | 546c209c2e641a297be2536cd9c076d360f378c5 (patch) | |
| tree | 08ff9db6140526551097c3ba29a21c5f76a091b5 /cscript | |
| parent | 05927c939c85ee4a3fa56b3af8b69441f2826fbc (diff) | |
Bump libdcp dep.
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 (('libdcp', 'e4042b7'),) + return (('libdcp', '1.2.1'),) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
