diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-17 13:46:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-17 13:46:48 +0100 |
| commit | a9d69d9893b2415ce28a65117ff75cabe73017d1 (patch) | |
| tree | 999597d0ac9f420e61f4a951208176e49cb00a8b | |
| parent | d5c212c34d3b83fd38757847d757a71f39ae4425 (diff) | |
Go back to dcptofile's libdcp version.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libdcp', '8a31983'),) + return (('libdcp', 'ee03fd4'),) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
