diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-05 09:23:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-05 09:23:07 +0000 |
| commit | 6302fa2b64123d70af7825153d981b88f240b22a (patch) | |
| tree | e8efacd3487ed0573efd8af15a8bf44d968bdb4c /cscript | |
| parent | 72d5eb78670f737dd736fb36857acb6d8ab34935 (diff) | |
Use a release version of 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 (('libdcp', 'c7cbd39'),) + return (('libdcp', 'v1.2.7'),) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
