diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-08 23:29:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-08 23:29:36 +0100 |
| commit | 15f405a9a7ac4c80dc834879a8c17554992f41ca (patch) | |
| tree | 88fabe43b92cd685e2fcbc432b44c815a175dfef /cscript | |
| parent | aa1c3847c78d7a91bafb88f457193bb87154fb8d (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', '25e945f'), ('libdcp', '3889eca')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', 'a6a4c47')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
