winfsp / cgofuse

Cross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD
https://winfsp.dev
MIT License
527 stars 84 forks source link

fuse: include FUSE-T header path #74

Closed djdv closed 1 year ago

djdv commented 1 year ago

Amendment to https://github.com/winfsp/cgofuse/pull/73 Now, FUSE-T headers should (always) be in /usr/local/include/fuse. Previously, they could (sometimes) end up in /usr/local/include which didn't require specifying the path for most compilers.


As an aside, the Go tests on macOS fail with FUSE-T, but programs built with this branch (the examples and external projects) have been working in practice. Not sure why that's the case.

billziss-gh commented 1 year ago

Thank you for the PR. It has been merged in.