Skip to content

Commit

Permalink
Fix windows library name
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored and Johannes Tax committed Jul 7, 2020
1 parent 11f0e46 commit 515d01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/libevent.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cmake_external(
"//conditions:default": None,
}),
static_libraries = select({
"@io_opentelemetry_cpp//bazel:windows": None,
"@io_opentelemetry_cpp//bazel:windows": ["event.lib"],
"//conditions:default": ["libevent.a"],
}),
make_commands = select({
Expand Down

0 comments on commit 515d01c

Please sign in to comment.