bazelbuild / bazel-central-registry

The central registry of Bazel modules for the Bzlmod external dependency system.
https://registry.bazel.build
Apache License 2.0
239 stars 270 forks source link

fix(xz): do not pass -lpthread on windows #2212

Closed thesayyn closed 1 month ago

thesayyn commented 1 month ago

This fixes an issue where -lpthread is passed as linkeropts on windows. This creates problems on windows when cross compiling with zig.

bazel-io commented 1 month ago

Hello @Attempt3035, @Vertexwahn, modules you maintain (xz) have been updated in this PR. Please review the changes.

thesayyn commented 1 month ago

@dzbarsky have you seen this issue before? what's your take on this change?