Skip to content

Commit b476b5a

Browse files
committed
fix bazel 2/x
1 parent febe094 commit b476b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

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

0 commit comments

Comments
 (0)