I’ve just merged `main` on my arm macbook and got ...
# development
a
I’ve just merged
main
on my arm macbook and got this error:
Copy code
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Failure { command: "\"pkg-config\" \"--libs\" \"--cflags\" \"osxfuse\" \"osxfuse >= 2.6.0\"", output: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "Package osxfuse was not found in the pkg-config search path.\nPerhaps you should add the directory containing `osxfuse.pc'\nto the PKG_CONFIG_PATH environment variable\nNo package 'osxfuse' found\nPackage osxfuse was not found in the pkg-config search path.\nPerhaps you should add the directory containing `osxfuse.pc'\nto the PKG_CONFIG_PATH environment variable\nNo package 'osxfuse' found\n" } }', /Users/chrisjrn/.cargo/registry/src/github.com-1ecc6299db9ec823/fuse-0.3.1/build.rs:10:76
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Any idea where I can go looking for a fix?