diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 21:24:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 21:24:45 +0100 |
| commit | c7e1160d414dbfbd23ff92552eb45f3bbd70baaf (patch) | |
| tree | a73707dfeef74faa59ec90014af10b3c3ecd1877 /cscript | |
| parent | e607d5ed00a2f0a27520da8ddf8fa1faa84e151e (diff) | |
Just use 1.0 for libdcp for now.
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', None),) + return (('libdcp', '1.0'),) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
