mirror of
https://github.com/RPCS3/AppImageKit-checkrt.git
synced 2026-01-31 01:25:17 +01:00
CXXABI, not GLIBCXX
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user