diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-21 23:38:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-21 23:38:57 +0100 |
| commit | 1551cad789641af29960ffb3633c2f1af003733d (patch) | |
| tree | 43c3d287778ad5d1aa54eb337dff3a43f8fc8ab9 /cscript | |
| parent | add41d0e75f7f2707654fed475e50f766d397515 (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', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', 'be3aa4a')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.4'), ('libdcp', '14fe126')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
