diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 18:01:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-17 16:44:14 +0200 |
| commit | 45f464d67e09016af95b72d5cd49b2d1c6e1c198 (patch) | |
| tree | 9c084dee9a845ed8300b4b3cf8e74ace50b60f76 | |
| parent | abf8a168e457bcf65581c198d3d1b5d12ccc98e0 (diff) | |
No disk on Ubuntu 14.04.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 not target.version in ('16.04', '14.04'): return True if target.distro == 'debian' and target.version != '9': return True |
