mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 13:34:16 -04:00
dd432032db
Reported-by: Michael j Theall
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: fuse
|
|
Description: Filesystem in Userspace
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lfuse3 -pthread
|
|
Libs.private: @libfuse_libs@
|
|
Cflags: -I${includedir}/fuse3
|