Skip to content

Commit

Permalink
change fusermount to static v8
Browse files Browse the repository at this point in the history
  • Loading branch information
swazau committed Jun 25, 2024
1 parent bb428cb commit 295e83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-fusermount3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
gcc -static -o fusermount3.static \
libfuse/util/fusermount.c \
libfuse/lib/mount_util.c \
-I libfuse/include -I libfuse/build \
-I libfuse/include -I libfuse/build -I libfuse/lib \
-L/usr/local/lib -lfuse3 -lpthread
- name: Strip binary
run: strip fusermount3.static
Expand Down

0 comments on commit 295e83a

Please sign in to comment.