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 febe094 commit b476b5aCopy full SHA for b476b5a
BUILD.bazel
@@ -83,7 +83,7 @@ cc_library(
83
"src/datadog/w3c_propagation.h",
84
] + select({
85
"@platforms//os:windows": [
86
- "src/datadog/platform_util_win.cpp",
+ "src/datadog/platform_util_windows.cpp",
87
],
88
"@platforms//os:linux": [
89
"src/datadog/platform_util_unix.cpp",
0 commit comments