feather/contrib/depends/patches/libsquashfuse/squashfuse_dlopen.c
2022-12-21 16:21:27 +01:00

11 lines
348 B
C

#include "squashfuse_dlopen.h"
int have_libloaded = 0;
const char *load_library_errmsg =
"AppImages require FUSE to run. \n"
"You might still be able to extract the contents of this AppImage \n"
"if you run it with the --appimage-extract option. \n"
"See https://github.com/AppImage/AppImageKit/wiki/FUSE \n"
"for more information\n";