summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-08 20:55:23 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-08 20:55:23 +0100
commitcbfad3e48bab16f0d8e1181d2d46194f4e52725c (patch)
tree4df7b869c47474dac2c5b2ebf73c0afcd099d255
parent781ba590777fd84f591cc1811ff38260a8e23843 (diff)
Use wx3.2 for Debian unstable.v2.18.13
3.1 stopped building with some C++20 warning/error.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 694b06a17..09e105a2c 100644
--- a/cscript
+++ b/cscript
@@ -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')