diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-04 21:11:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 21:11:54 +0000 |
| commit | ea61f766c286016372ffa3fa5def1842c711e171 (patch) | |
| tree | e2e81aec4490576d9c585285b87b850c645608dd /cscript | |
| parent | 09dd7a3c6000e63d4e17d029f8f5a2a0749a6a81 (diff) | |
Stop specifying 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', '689d563'),) + return (('libdcp', '1.0'),) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
