diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-07 18:22:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 18:22:07 +0200 |
| commit | 55ebde1e4827571e4316c57d939000b575811c27 (patch) | |
| tree | f8255c560d9b1b9202f161dbb2625f476857479f /cscript | |
| parent | 9c530eee0e8c0f9c25f97709c2d870fd6575f3a5 (diff) | |
Bump libdcp.
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', 'b68a460')) + return (('asdcplib', 'bb09615'), ('libdcp', '6384002')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
