fixup: valid content version label text
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index 413f62c229b2653d79ad2a0c1a655f40a1abf3c8..f62065e8ff3b9c57556562777bd2e5176b59e82c 100644 (file)
--- a/cscript
+++ b/cscript
@@ -36,9 +36,9 @@ import shutil
 
 def dependencies(target, options):
     return (
-        ('libcxml', 'v0.17.8', options),
+        ('libcxml', 'v0.17.9', options),
         ('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
-        ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f')
+        ('asdcplib', '4b5d6e8d27dfd5fb282590538068662f4dbbf1c9')
     )
 
 def build(target, options):
@@ -51,6 +51,9 @@ def build(target, options):
     elif target.platform == 'windows':
         cmd += f' --target-windows-{target.bits}'
 
+    if 'c++17' in options and options['c++17']:
+        cmd += ' --c++17'
+
     if target.debug:
         cmd += ' --enable-debug'