diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-16 18:01:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-16 18:01:34 +0000 |
| commit | 79bc14d655b71adda447b7cf031cb6228285023d (patch) | |
| tree | e2d1a8b86211e7b0e52a07a81449698684c8a11f /cscript | |
| parent | 21ad900d607de35ea84b18076e3bc8a105315abd (diff) | |
Fix asdcplib dep.
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', '03fb9d4'), ('asdcplib-cth', None)) + return (('libdcp', '03fb9d4'), ('asdcplib-cth', 'carl')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
