diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-08 20:55:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-08 20:55:23 +0100 |
| commit | cbfad3e48bab16f0d8e1181d2d46194f4e52725c (patch) | |
| tree | 4df7b869c47474dac2c5b2ebf73c0afcd099d255 | |
| parent | 781ba590777fd84f591cc1811ff38260a8e23843 (diff) | |
Use wx3.2 for Debian unstable.v2.18.13
3.1 stopped building with some C++20 warning/error.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -676,7 +676,7 @@ def package_debian(target, cpu, version, options): target.set('CDIST_CONFIGURE', '"' + configure_options(target, options, for_package=True) + '"') target.set('CDIST_PACKAGE', f'{name}{suffix}') - target.set('CDIST_WX_VERSION', "3.1" if target.version in ("16.04", "18.04", "20.04", "22.04", "unstable", "11", "12") else "3.2") + target.set('CDIST_WX_VERSION', "3.1" if target.version in ("16.04", "18.04", "20.04", "22.04", "11", "12") else "3.2") if not target.debug: target.set('CDIST_DEBUG_PACKAGE_FLAG', '--no-ddebs') |
