google / cargo-raze

Generate Bazel BUILD from Cargo dependencies!
Apache License 2.0
480 stars 104 forks source link

Fix upcoming macOS toolchain incompatibility #543

Closed keith closed 1 year ago

keith commented 1 year ago

Once https://github.com/bazelbuild/bazel/pull/16619 lands this target would fail to build because of ar vs libtool incompatibilities. This replaces the logic around setting AR to an empty string but I left that piece to continue supporting older versions of bazel as well.

keith commented 1 year ago

going to fix upstream instead I think