rules_boost-windows-linkopts.patch 260 B

123456789101112
  1. diff --git BUILD.boost BUILD.boost
  2. --- BUILD.boost
  3. +++ BUILD.boost
  4. @@ -428,6 +428,7 @@ boost_library(
  5. }),
  6. linkopts = select({
  7. ":android": [],
  8. + ":windows": [],
  9. "//conditions:default": ["-lpthread"],
  10. }),
  11. deps = [
  12. --