CXXABI, not GLIBCXX

This commit is contained in:
Zion Nimchuk
2018-12-05 13:59:24 -08:00
parent e4343b957f
commit d5f8c58661

View File

@@ -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;