]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - FUSEISO/build.sh
5 #LIBFUSE_DIR=$CUR/LIBFUSE
6 LIBFUSE_DIR
=..
/ExFAT
/LIBFUSE
8 if uname
-a | egrep -q 'x86_64|amd64'; then
15 export C_INCLUDE_PATH
=$LIBFUSE_DIR/include
18 gcc
-static -O2 -D_FILE_OFFSET_BITS=64 vtoy_fuse_iso.c
-o $name $LIBFUSE_DIR/lib
/libfuse.a
-lpthread -ldl $opt
21 echo -e "\n############### SUCCESS $name ##################\n"
23 echo -e "\n############### FAILED $name ##################\n"
26 strip
--strip-all $name