diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-31 23:50:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-31 23:50:50 +0100 |
| commit | 0c048265ca71f49872e0f88a1ef0a3931ef75e90 (patch) | |
| tree | 62bd9de3f60685ab73362f54929e52596918cbf2 /cscript | |
| parent | b5ad46da2654a02e7add880b986a5a835455d17f (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', 'f888263')) + return (('asdcplib', 'bb09615'), ('libdcp', 'a31aee3')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
