summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-25 12:29:02 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-25 12:29:02 +0200
commit1abf1e40db905605d07c8e6e5f52a56802d14a36 (patch)
tree137f67ddbf7346eda35393a600a5feffcdcd92fb
parentc31ce8f12d8ff1677cbb8d41e082ba235dc2cf04 (diff)
We build the disk stuff for AppImage (which uses 16.04) so we might as well build for 16.04 as well.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2a9f1e497..c85710877 100644
--- a/cscript
+++ b/cscript
@@ -217,7 +217,7 @@ def can_build_disk(target):
if target.platform == 'osx':
return True
if target.platform == 'linux':
- if target.distro == 'ubuntu' and target.version in ['18.04', '19.10', '20.04']:
+ if target.distro == 'ubuntu' and target.version in ['16.04', '18.04', '19.10', '20.04']:
return True
if target.distro == 'debian' and target.version == '10':
return True