]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - FUSEISO/build_libfuse.sh
update Russian and Bengali languages.json (#2167)
[Ventoy.git] / FUSEISO / build_libfuse.sh
index 009b38730c8525d08180464145f8c8b974ed6bf7..96086aab643948b840022d10f79b408fab3289c5 100644 (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 ..