diff --git a/AppRun.c.patch b/AppRun.c.patch index 05974a7..2cfb03a 100644 --- a/AppRun.c.patch +++ b/AppRun.c.patch @@ -21,7 +21,7 @@ + { + char errorStr[1035]; + fgets(errorStr, sizeof(errorStr), fp); -+ const char* searchStr = "*libstdc++*version `GLIBCXX_*' not found (required by"; ++ const char* searchStr = "*libstdc++*version `CXXABI_*' not found (required by"; + int searchStrI = 0; + int errorStrI = 0; + int lastWildcard = 0;