Skip to content

Commit 77bd7aa

Browse files
committed
fix bazel 2/x
1 parent ace0025 commit 77bd7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cc_library(
8585
"src/datadog/w3c_propagation.h",
8686
] + select({
8787
"@platforms//os:windows": [
88-
"src/datadog/platform_util_win.cpp",
88+
"src/datadog/platform_util_windows.cpp",
8989
],
9090
"@platforms//os:linux": [
9191
"src/datadog/platform_util_unix.cpp",

0 commit comments

Comments
 (0)