Files
ray-project--ray/thirdparty/patches/rules_boost-windows-linkopts.patch
2026-07-13 13:17:40 +08:00

13 lines
260 B
Diff

diff --git BUILD.boost BUILD.boost
--- BUILD.boost
+++ BUILD.boost
@@ -428,6 +428,7 @@ boost_library(
}),
linkopts = select({
":android": [],
+ ":windows": [],
"//conditions:default": ["-lpthread"],
}),
deps = [
--