Skip to content

Commit

Permalink
Allow both GLIBCXX and CXXABI error checks, Fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
hcorion committed Feb 12, 2020
1 parent d5f8c58 commit 6645ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppRun.c.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6645ad7

Please sign in to comment.