diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-10 00:27:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-10 00:27:25 +0100 |
| commit | cdc42954f45d216adb749651a026b3da0b932afa (patch) | |
| tree | 737dc877e0f34071199bc9e81f02844d918aaaa6 /cscript | |
| parent | a68af77f0400819492706a5047acb8660d40bc53 (diff) | |
Bump libdcp.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.15')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', '087d159237ac3fff679767b14e68208bf6093948')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
