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 ba1aeca commit 7c1f707Copy full SHA for 7c1f707
d/private/sdk/BUILD.dmd.bazel
@@ -76,7 +76,7 @@ cc_import(
76
static_library = select({
77
"@platforms//os:linux": "linux/lib64/libphobos2.a",
78
"@platforms//os:macos": "osx/lib/libphobos2.a",
79
- "@platforms//os:windows": "windows/lib64/libphobos2.lib",
+ "@platforms//os:windows": "windows/lib64/phobos64.lib",
80
}),
81
)
82
0 commit comments