diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-26 20:40:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-26 20:40:17 +0200 |
| commit | 5b01b1cfd494bcf9e7885482b510bbf6acfaadef (patch) | |
| tree | 28413ea476dbee01f513d02ff497fb725468aa35 | |
| parent | f06938e343a07bb358983911fac160763efa5cbf (diff) | |
Bump libdcp for DoM #2344.v1.6.33
| -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', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.29')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.30')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
