support for 360Udisk

This commit is contained in:
longpanda 2021-01-16 23:30:12 +08:00
parent 807d313cd5
commit 13b2192a59
35 changed files with 1218 additions and 6 deletions

View file

@ -33,7 +33,7 @@ fi
./makeconf.sh
./configure --prefix="$LIBFUSE_DIR"
./configure --prefix="$LIBFUSE_DIR" CFLAGS='-specs /usr/local/musl/lib/musl-gcc.specs'
make -j 16
make install
cd ..