Marc Capdevielle
Marc Capdevielle
Maybe use the bracket syntax (`$["fav.movie"]`) instead of dotted syntax ?
I just submitted a PR https://github.com/Homebrew/homebrew-core/pull/24302 I had to make the following modifications to make it build correctly: - Use -idirafter and force removal of e2fsprogs headers default inclusion by...
Last step requires a release of fuse-ext2, so I submitted an issue #71
In the mean time, people can build with Homebrew using the submitted formula directly: ``` brew install https://raw.githubusercontent.com/yalp/homebrew-core/fuse-ext2/Formula/fuse-ext2.rb ``` or to build from `master` branch: ``` brew install --head https://raw.githubusercontent.com/yalp/homebrew-core/fuse-ext2/Formula/fuse-ext2.rb...
Made a new attempt with 0.0.10 release: https://github.com/Homebrew/homebrew-core/pull/24339