From 0b1ba7f41344eddb52b1bd3e4b686eb1b3c8fa39 Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 12 Sep 2021 19:54:54 +0300 Subject: Use Debian 10 build instructions for Debian 11. --- build.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.html') diff --git a/build.html b/build.html index 386c3eb29..5d564b20c 100644 --- a/build.html +++ b/build.html @@ -61,7 +61,7 @@ select.large { font-size: large; } - + @@ -639,7 +639,7 @@ function onOptionsChanged() { break; case 'Debian 8': case 'Debian 9': - case 'Debian 10': + case 'Debian 10+': case 'Ubuntu 14': case 'Ubuntu 16': case 'Ubuntu 18': @@ -668,7 +668,7 @@ function onOptionsChanged() { } if (use_clang) { packages += ' clang' + getClangVersionSuffix() + ' libc++-dev'; - if (linux_distro === 'Debian 10' || linux_distro === 'Ubuntu 18' || linux_distro === 'Ubuntu 20') { + if (linux_distro === 'Debian 10+' || linux_distro === 'Ubuntu 18' || linux_distro === 'Ubuntu 20') { packages += ' libc++abi-dev'; } } else { -- cgit v1.2.3