1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00

updated libfuse to 3.9.1

This commit is contained in:
Falk Werner 2020-03-20 16:40:09 +01:00
parent dd9e9449d2
commit cba0c5923c

View File

@ -41,9 +41,9 @@ before_install:
- cd .deps
# libfuse
- sudo pip3 install --system meson
- wget https://github.com/libfuse/libfuse/archive/fuse-3.9.0.tar.gz -O fuse.tar.gz
- wget https://github.com/libfuse/libfuse/archive/fuse-3.9.1.tar.gz -O fuse.tar.gz
- tar -xf fuse.tar.gz
- cd libfuse-fuse-3.9.0
- cd libfuse-fuse-3.9.1
- mkdir .build
- cd .build
- meson ..