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 c117947 commit 798c021Copy full SHA for 798c021
aws-crt-kotlin/native/interop/crt.def
@@ -33,6 +33,7 @@ headerFilter = aws/common/* aws/io/* aws/http/* aws/compression/* aws/auth/* aws
33
34
linkerOpts.osx = -framework Security -framework Network
35
linkerOpts.ios = -framework Security -framework Network
36
+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.
0 commit comments