mirror of
https://github.com/RPCS3/AppImageKit-checkrt.git
synced 2026-07-01 20:05:06 -04:00
Allow both GLIBCXX and CXXABI error checks, Fix dead link
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user