You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with a repository that has both OCaml code and Rust submodules. My machine is a MacBook Pro with M1 processor. When I run dune build in one of these rust libraries, I get the following error:
building for macOS-x86_64 but attempting to link with file built for macOS-arm64
How can I fix this?
The text was updated successfully, but these errors were encountered:
I am working with a repository that has both OCaml code and Rust submodules. My machine is a MacBook Pro with M1 processor. When I run
dune build
in one of these rust libraries, I get the following error:building for macOS-x86_64 but attempting to link with file built for macOS-arm64
How can I fix this?
The text was updated successfully, but these errors were encountered: