Use a release version for libcxml.
authorCarl Hetherington <cth@carlh.net>
Mon, 31 Aug 2015 21:14:48 +0000 (22:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Aug 2015 21:14:48 +0000 (22:14 +0100)
cscript

diff --git a/cscript b/cscript
index 1a8113a1fd1f055b3f40df523aa889089591932e..ebdfbc37c4ede12d980e866cceb6680fd3a8bb3f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'f35787e'), ('openjpeg-cdist', '5d8bffd'))
+    return (('libcxml', '0.12.0'), ('openjpeg-cdist', '5d8bffd'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory