diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:42 +0200 |
| commit | 276532ea7e7b6c4ae2bdbb3ad13be4009f9654d6 (patch) | |
| tree | 89143486fb0d170268f044c6dc15955dc4b9ebfa /cscript | |
| parent | e88528de7cc12a913e3e376470ae333ee89241f8 (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', 'ee23803')) + return (('asdcplib', 'bb09615'), ('libdcp', '274dd30')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
