From cbfad3e48bab16f0d8e1181d2d46194f4e52725c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Mar 2025 20:55:23 +0100 Subject: Use wx3.2 for Debian unstable. 3.1 stopped building with some C++20 warning/error. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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') -- cgit v1.2.3