rust-cross / cargo-zigbuild

Compile Cargo project with zig as linker
MIT License
1.55k stars 57 forks source link

Add support for building macOS universal2 binaries/libraries #86

Closed messense closed 1 year ago

messense commented 1 year ago

Note that cargo install only accepts one --target so I choose to not add universal2 support for cargo-zigbuild install command.

yisibl commented 1 year ago

Nice!