diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-03 23:07:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-03 23:07:50 +0200 |
| commit | f7f19c90a29bc76726b7fcf237a9992b839a49fd (patch) | |
| tree | 31e93385a0095c2e4840d9c6a5a638bef67b4ddd /cscript | |
| parent | ebf251867a862f4660a0148d4ee81f980d4d6cd6 (diff) | |
Bump libdcp for rating fixes.v1.6.30
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', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.26')) + return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.27')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
