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