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 700335a commit e7fbfaeCopy full SHA for e7fbfae
aws-crt-kotlin/native/interop/crt.def
@@ -37,8 +37,8 @@ linkerOpts.mingw = -lcrypt32 -lsecur32 -lncrypt -lshlwapi
37
38
# included libs are linked automatically, adding linkerOpts like `-laws-c-common` causes
39
# issues downstream as it will search for that library still.
40
-staticLibraries = aws-crt-kotlin
41
-# staticLibraries.mingw = aws-crt-kotlin.lib
+staticLibraries = libaws-crt-kotlin.a
+staticLibraries.mingw = aws-crt-kotlin.lib
42
43
---
44
0 commit comments