Skip to content

Commit

Permalink
Add the -pthread link option to the "benchmark" library.
Browse files Browse the repository at this point in the history
I'm not sure what the right fix is here, but this works
for now.
  • Loading branch information
devbww committed Feb 6, 2018
1 parent 2b51f4a commit 7a97a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cc_library(
],
linkopts = select({
":windows": ["-defaultlib:shlwapi.lib"],
"//conditions:default": [],
"//conditions:default": ["-pthread"],
}),
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 7a97a6f

Please sign in to comment.