Skip to content

Commit fd2b1d6

Browse files
committed
override static libraries for C-interop on Windows
1 parent ac55609 commit fd2b1d6

File tree

1 file changed

+1
-0
lines changed
  • aws-crt-kotlin/native/interop

1 file changed

+1
-0
lines changed

aws-crt-kotlin/native/interop/crt.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ linkerOpts.mingw = -lcrypt32 -lsecur32 -lncrypt -lshlwapi
3838
# included libs are linked automatically, adding linkerOpts like `-laws-c-common` causes
3939
# issues downstream as it will search for that library still.
4040
staticLibraries = libaws-crt-kotlin.a
41+
staticLibraries.mingw_x64 = libaws-crt-kotlin.lib
4142

4243
---
4344

0 commit comments

Comments
 (0)