summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 75b286a91..a2f4e3a2c 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 not target.version in ('16.04', '14.04'):
return True
if target.distro == 'debian' and target.version != '9':
return True