Allow both GLIBCXX and CXXABI error checks, Fix dead link

This commit is contained in:
Zion Nimchuk
2020-02-12 01:12:35 -08:00
parent d5f8c58661
commit 6645ad73ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
+ {
+ char errorStr[1035];
+ fgets(errorStr, sizeof(errorStr), fp);
+ const char* searchStr = "*libstdc++*version `CXXABI_*' not found (required by";
+ const char* searchStr = "*libstdc++*version `*' not found (required by";
+ int searchStrI = 0;
+ int errorStrI = 0;
+ int lastWildcard = 0;
+1 -1
View File
@@ -38,6 +38,6 @@ AppRun_patched.c: AppRun.c
patch -p1 --output $@ < AppRun.c.patch
AppRun.c:
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/appimagetool/master/src/AppRun.c"
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/master/src/AppRun.c"
.PHONY: checkrt test run_tests all clean