diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-10 21:44:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-10 21:44:15 +0100 |
| commit | 965301324c77d2c168cbda55ff6b70a08fe4e4a6 (patch) | |
| tree | 7c3575186abd484cf76bf0e13c007e40e43f0659 /cscript | |
| parent | bde22cbbc4c95892899178dd6f8a1f2636acb960 (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', 'b536bc0'), ('libcxml', 'a45e430'), ('libdcp', '5d8a158')) + return (('asdcplib-cth', 'b536bc0'), ('libcxml', 'a45e430'), ('libdcp', 'f380b96')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
