13 lines
260 B
Diff
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 = [
|
|
--
|