BRANCH
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index 8c1409e265b258a8da9f0e42ce004302602a7e9e..ba4a7e4c4802505b2b207a88b5654d41bff79143 100644 (file)
--- a/cscript
+++ b/cscript
@@ -37,7 +37,7 @@ import shutil
 option_defaults = { 'jpeg': 'oj2' }
 
 def dependencies(target, options):
-    libcxml = ('libcxml', 'c336f86')
+    libcxml = ('libcxml', 'v0.17.0')
     if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1':
         return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl'))
     else: