diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-28 21:16:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-28 21:16:13 +0000 |
| commit | 77e4bc52cd7db0e14e66147d04467c0cbda9e437 (patch) | |
| tree | 9edf9631b0c7cc438c7cfcdfd4c5271ed7e73c58 /cscript | |
| parent | 60ca129e2fbbb65e9b3051fb3da8448a3cb22f84 (diff) | |
| parent | 4ebd547cd358457fea8aa78d58c591229c0e2df3 (diff) | |
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
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 (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'carl')) + return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'cth')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
