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 d658a52 commit 782c8fdCopy full SHA for 782c8fd
cryptography-providers/openssl3/prebuilt/build.gradle.kts
@@ -57,7 +57,8 @@ kotlin {
57
// those values found experimentally on CI machines...
58
val knownPathsWithZlibDll = setOf(
59
"C:\\Program Files\\Git\\mingw64\\bin",
60
- "C:\\Program Files\\Microsoft Service Fabric\\bin\\Fabric\\Fabric.Code"
+ "C:\\Program Files\\Microsoft Service Fabric\\bin\\Fabric\\Fabric.Code",
61
+ "C:\\Strawberry\\c\\bin"
62
)
63
val currentPath = providers.environmentVariable("PATH").get()
64
val paths = currentPath
0 commit comments