probonopd
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tools/linuxdeployqt/main.cpp
|
@ -56,7 +56,7 @@ int main(int argc, char **argv) |
|
|
// We need to catch those errors at the source of the problem
|
|
|
// We need to catch those errors at the source of the problem
|
|
|
// https://github.com/AppImage/appimage.github.io/search?q=GLIBC&unscoped_q=GLIBC&type=Issues
|
|
|
// https://github.com/AppImage/appimage.github.io/search?q=GLIBC&unscoped_q=GLIBC&type=Issues
|
|
|
const char *glcv = gnu_get_libc_version (); |
|
|
const char *glcv = gnu_get_libc_version (); |
|
|
if (strverscmp (glcv, "2.20") >= 0) |
|
|
if (strverscmp (glcv, "2.21") >= 0) |
|
|
{ |
|
|
{ |
|
|
qInfo() << "Please run on a system no newer than the oldest still-supported Ubuntu LTS release."; |
|
|
qInfo() << "Please run on a system no newer than the oldest still-supported Ubuntu LTS release."; |
|
|
qInfo() << "This is so that the resulting bundle can run on all still-supported releases of Ubuntu."; |
|
|
qInfo() << "This is so that the resulting bundle can run on all still-supported releases of Ubuntu."; |
|
|