From 5fea3c86e9694b2fc8edeacea94d30d0a209b797 Mon Sep 17 00:00:00 2001 From: tianzhendong <1203886034@qq.com> Date: Sun, 15 Jan 2023 18:39:12 +0800 Subject: [PATCH] =?UTF-8?q?modify=EF=BC=9A=E9=80=82=E7=94=A8=E4=BA=8E1804?= =?UTF-8?q?=E5=8F=8A=E4=BB=A5=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/linuxdeployqt/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/linuxdeployqt/main.cpp b/tools/linuxdeployqt/main.cpp index 1a665f0..8e0ecdb 100644 --- a/tools/linuxdeployqt/main.cpp +++ b/tools/linuxdeployqt/main.cpp @@ -200,7 +200,7 @@ int main(int argc, char **argv) // openSUSE Leap 15.0 uses glibc 2.26 and is used on OBS // Ubuntu Xenial (16.04) uses glibc 2.23 // Ubuntu Bionic (18.04) uses glibc 2.27 - if (strverscmp (glcv, "2.28") >= 0) { + /* if (strverscmp (glcv, "2.28") >= 0) { qInfo() << "ERROR: The host system is too new."; qInfo() << "Please run on a system with a glibc version no newer than what comes with the oldest"; qInfo() << "currently still-supported mainstream distribution (Ubuntu Bionic), which is glibc 2.27."; @@ -208,7 +208,7 @@ int main(int argc, char **argv) qInfo() << "For more information, please see"; qInfo() << "https://github.com/probonopd/linuxdeployqt/issues/340"; return 1; - } + }*/ } if (argc < 2 || (firstArgument.startsWith("-"))) {