summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/cscript b/cscript
index 06c7559d..dd7f51ab 100644
--- a/cscript
+++ b/cscript
@@ -36,7 +36,7 @@ import shutil
def dependencies(target, options):
deps = [
- ('libcxml', 'v0.17.11', options),
+ ('libcxml', '7d5f7579ab6882d0e306c9cee58df320a33e7fa0', options),
('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e'),
('asdcplib', 'v1.0.3')
]
@@ -67,6 +67,9 @@ def build(target, options):
if 'c++17' in options and options['c++17']:
cmd += ' --c++17'
+ if 'new_mm' in options and options['new_mm']:
+ cmd += ' --new-mm'
+
if target.debug:
cmd += ' --enable-debug'