Bump libcxml dependency for i18n fixes.
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index 894c6f9656b44251bd857e00cd68ae16a301f55e..12d39ba17f831a9ab0a66b35fb296b2905face86 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,9 +1,9 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'v0.07'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
+    return (('libcxml', 'df3b86a'), ('openjpeg-cdist', '13b69c2'))
 
-def build(target):
+def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
     if target.platform == 'linux':
         cmd += ' --static'