diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-01 10:24:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-01 10:24:31 +0100 |
| commit | 2aad7dee4a98569826feeed841791383284d085e (patch) | |
| tree | 431f8066ba70b9fd1595bcf0c01b72dd595cbda0 /cscript | |
| parent | 10b9c2663108af725cf447dd6d48d7d5023326d5 (diff) | |
Remove libdcp version spec for now.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import os def dependencies(target): - return (('asdcplib-cth', '6648afc'), ('libcxml', '0d18df4'), ('libdcp', '09af1b3')) + return (('asdcplib-cth', '6648afc'), ('libcxml', '0d18df4'), ('libdcp', None)) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
