We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace0025 commit 77bd7aaCopy full SHA for 77bd7aa
1 file changed
BUILD.bazel
@@ -85,7 +85,7 @@ cc_library(
85
"src/datadog/w3c_propagation.h",
86
] + select({
87
"@platforms//os:windows": [
88
- "src/datadog/platform_util_win.cpp",
+ "src/datadog/platform_util_windows.cpp",
89
],
90
"@platforms//os:linux": [
91
"src/datadog/platform_util_unix.cpp",
0 commit comments