diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-07 22:59:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-07 22:59:14 +0100 |
| commit | 768f38ca2d06ae04e12608dac011cc0d867cc821 (patch) | |
| tree | d73d178bdd679289ee1acd0265ac61cc1636a3ae /cscript | |
| parent | aab47af2a43d2d638074cca682b7b4837fd7801f (diff) | |
Dep bumps.
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', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '45fd755')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', '8ed9037')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
