From 4ef7662ca390eacd62b85bdf1346fa0a446af543 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 27 Nov 2025 11:17:57 +0100 Subject: Don't build disk writer on Ubuntu 14.04. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index c6f6a2007..1831d2aa3 100644 --- a/cscript +++ b/cscript @@ -301,7 +301,7 @@ def can_build_disk(target): if target.platform == 'osx': return True if target.platform == 'linux': - if target.distro == 'ubuntu' and target.version != '16.04': + if target.distro == 'ubuntu' and target.version not in ('14.04', '16.04'): return True if target.distro == 'debian' and target.version != '9': return True -- cgit v1.2.3