diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-06 00:40:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-06 00:40:07 +0200 |
| commit | 6dd6a0a782b05ba050e483ac8f5b7f8d982c6627 (patch) | |
| tree | e2c6d5adb53bd26b7407addc0ce7eecee20fc382 /cscript | |
| parent | 44e303200a26c2138c0c203da0dc129354461bc8 (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', '127b57a')) + return (('asdcplib', 'bb09615'), ('libdcp', 'f536156')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
