bazelbuild / rules_closure

Closure rules for Bazel
https://developers.google.com/closure
Apache License 2.0
152 stars 114 forks source link

Fix macOS arm64 select() support #571

Closed keith closed 1 year ago

keith commented 1 year ago

darwin is a CPU that means macOS x86_64 so these selects were invalid for arm64 macs. Also I'm hoping to remove this cpu to reduce confusion which would also break this.