diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-24 10:19:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-24 10:19:49 +0100 |
| commit | 08fa1aa2bc718635c3ae0f991800c6c6cfd62a2b (patch) | |
| tree | 51c9ce24368795ef987d7fbc828bd64e000d18d1 | |
| parent | 8ff50a18013d3c57d1058368146c979354016663 (diff) | |
Bump libdcp for new equality option.v1.6.40
| -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.33')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.34')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
