Fix asdcplib dep.
authorCarl Hetherington <cth@carlh.net>
Sat, 16 Jan 2016 17:59:01 +0000 (17:59 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Jan 2016 17:59:01 +0000 (17:59 +0000)
cscript

diff --git a/cscript b/cscript
index 5880f32126a0cf31d5d36343ef4d5dcb64dcd941..5f19eff3caa24c0b7c11452a2d1768d2ff04a474 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', None))
+    return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'carl'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory