Skip to content

Commit 78ff951

Browse files
committed
Upgrade CRT dependencies
1 parent 0afd201 commit 78ff951

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ headers = aws/common/allocator.h \
3131
aws/checksums/crc.h
3232
headerFilter = aws/common/* aws/io/* aws/http/* aws/compression/* aws/auth/* aws/checksums/* aws/cal/*
3333

34-
linkerOpts.osx = -framework Security
35-
linkerOpts.ios = -framework Security
34+
linkerOpts.osx = -framework Security -framework Network
35+
linkerOpts.ios = -framework Security -framework Network
3636

3737
# included libs are linked automatically, adding linkerOpts like `-laws-c-common` causes
3838
# issues downstream as it will search for that library still.

crt/aws-c-io

Submodule aws-c-io updated 45 files

crt/aws-lc

Submodule aws-lc updated 63 files

crt/s2n

Submodule s2n updated from bb9c599 to 949be13

0 commit comments

Comments
 (0)