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 f1a5b65 commit 2c42648Copy full SHA for 2c42648
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