diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-16 18:01:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-03 20:07:03 +0000 |
| commit | 747b2a6586a371259590bc562ef75f1fde29c47e (patch) | |
| tree | 56db9484c7090de060ba7c1899480cfddcd13f63 /cscript | |
| parent | 21ad900d607de35ea84b18076e3bc8a105315abd (diff) | |
Various build system / dependency fixes.
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', '14a1706'), ('asdcplib-cth', 'cth')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
