X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/05a1b863a66bf72b26e5d87570c4e0e61b9736cd..8c192a1807c3d69acea241b269febd608296a2bc:/FUSEISO/build.sh diff --git a/FUSEISO/build.sh b/FUSEISO/build.sh index 69f3b80..af510d0 100644 --- a/FUSEISO/build.sh +++ b/FUSEISO/build.sh @@ -2,8 +2,7 @@ CUR="$PWD" -#LIBFUSE_DIR=$CUR/LIBFUSE -LIBFUSE_DIR=../ExFAT/LIBFUSE +LIBFUSE_DIR=$CUR/LIBFUSE if uname -a | egrep -q 'x86_64|amd64'; then name=vtoy_fuse_iso_64 @@ -15,7 +14,7 @@ fi export C_INCLUDE_PATH=$LIBFUSE_DIR/include rm -f $name -gcc -O2 -D_FILE_OFFSET_BITS=64 vtoy_fuse_iso.c -o $name $LIBFUSE_DIR/lib/libfuse.a -lpthread -ldl $opt +gcc -static -O2 -D_FILE_OFFSET_BITS=64 vtoy_fuse_iso.c -o $name $LIBFUSE_DIR/lib/libfuse.a -lpthread -ldl $opt if [ -e $name ]; then echo -e "\n############### SUCCESS $name ##################\n"