diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-07 22:14:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-07 22:14:45 +0100 |
| commit | e5b8912fe4bb3d28f9f43d7a84e555e8114533fe (patch) | |
| tree | 7f5c1a697acc5a1f3cc9d47c04d0b70d932dbc76 /cscript | |
| parent | 733dfda3825c6da6ff8b3ce8fadf77f785e86ad6 (diff) | |
Bump libdcp dep.
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', 'ce32d6c')) + return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '45fd755')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
