diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-23 01:53:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-23 12:06:47 +0100 |
| commit | 06bf891f130677fc11826dc27fccd73ba5a27361 (patch) | |
| tree | 607264b465711119f470796e8f2ecbb475c433e9 /cscript | |
| parent | 2fa6a712ba7e07eefab5df62a9c00214cd3c4f14 (diff) | |
Separate C++17 from new *mm APIs.cpp17
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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' |
