diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-04 17:34:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-04 17:34:53 +0100 |
| commit | 61cafd0e40ea9a28f229a1096fc523131c99589a (patch) | |
| tree | 832332cd07c817b36b6a315601ef30ec9e1639bd /cscript | |
| parent | 0c048265ca71f49872e0f88a1ef0a3931ef75e90 (diff) | |
Bump libdcp.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'a31aee3')) + return (('asdcplib', 'bb09615'), ('libdcp', 'c2b47fe')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
