From 06bf891f130677fc11826dc27fccd73ba5a27361 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Dec 2024 01:53:47 +0100 Subject: Separate C++17 from new *mm APIs. --- cscript | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cscript') 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' -- cgit v1.2.3