diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-20 00:06:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-20 00:06:27 +0200 |
| commit | f06938e343a07bb358983911fac160763efa5cbf (patch) | |
| tree | 4d9129834ddef1ffa1159b973a5503437699fe71 | |
| parent | 5a2ff19aae77300a40e253d70d03865815070986 (diff) | |
Also bump asdcplib.v1.6.32
| -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.28')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.29')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
