Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for apple silicon (M1) to destribution bundle. #22

Open
simlay opened this issue Jul 19, 2021 · 2 comments
Open

Add support for apple silicon (M1) to destribution bundle. #22

simlay opened this issue Jul 19, 2021 · 2 comments

Comments

@simlay
Copy link
Contributor

simlay commented Jul 19, 2021

No description provided.

@galibey
Copy link
Contributor

galibey commented May 12, 2022

As people recommended here rust-lang/cargo#8875, we can compile against two targets and then combine binaries into a fat universal library using lipo:

lipo \
  -create \
  <PATH> \
  <PATH> \
  -output <PATH>

@simlay
Copy link
Contributor Author

simlay commented May 12, 2022

Oh, yeah! We do this with the in node client publishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants