]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - FUSEISO/build.sh
5 LIBFUSE_DIR
=$CUR/LIBFUSE
7 if uname
-a | egrep -q 'x86_64|amd64'; then
15 # use musl-c to build for x86_64
18 export C_INCLUDE_PATH
=$LIBFUSE_DIR/include
21 gcc
-specs "/usr/local/musl/lib/musl-gcc.specs" -static -O2 -D_FILE_OFFSET_BITS=64 vtoy_fuse_iso.c
$LIBFUSE_DIR/lib
/libfuse.a
-o $name
23 strip
--strip-all $name
26 echo -e "\n############### SUCCESS $name ##################\n"
28 echo -e "\n############### FAILED $name ##################\n"
31 strip
--strip-all $name