diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-05 23:07:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-05 23:07:06 +0200 |
| commit | a23d106d15259440ba66c15f1dca4b6ba30c075e (patch) | |
| tree | 424866c84e6a0632ac21cfd4b723f73794bee047 /cscript | |
| parent | 7ed26aa4ddb33c9c01a3a22fe99c7759321b1246 (diff) | |
Bump libdcp (right this time).
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', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'f031667bd2769d3daf9c49115f21a099fafcee46')) + return (('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'd0d456fcae355a07ac27102ae9da2680bece6454')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
