diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-16 22:50:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-17 15:30:08 +0200 |
| commit | abad76993dd214296fc4a273a2c42229f1bc99e5 (patch) | |
| tree | 50082dfb1095920d2bfeec317146f04243e6d245 /cscript | |
| parent | 39e7bc6108f863cba4fa51de1abe07a83b2ffeb4 (diff) | |
Bump libdcp for <Space> tag implementation.v1.6.3
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.2')) + return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.3')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
