diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-24 21:04:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-24 21:04:36 +0200 |
| commit | 4bf74789ebb4102a4f05fbb078069e1dcd6b2f43 (patch) | |
| tree | e8835adcf064a48c8741cab7984bf81eb5366afe /cscript | |
| parent | abad76993dd214296fc4a273a2c42229f1bc99e5 (diff) | |
Bump libdcp to 1.8.4.v1.6.4
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', 'v1.8.3')) + return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.4')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
