2
0
Эх сурвалжийг харах

Auto-update aws-c-io to v0.18.0 (#6788)

* Update aws-c-io to v0.18.0

* fix mac syslinks

---------

Co-authored-by: star9029 <[email protected]>
ruki 6 сар өмнө
parent
commit
2be6f5a058

+ 2 - 1
packages/a/aws-c-io/xmake.lua

@@ -6,6 +6,7 @@ package("aws-c-io")
     add_urls("https://github.com/awslabs/aws-c-io/archive/refs/tags/$(version).tar.gz",
              "https://github.com/awslabs/aws-c-io.git")
 
+    add_versions("v0.18.0", "c65a9f059dfe3208dbc92b7fc11f6d846d15e1a14cd0dabf98041ce9627cadda")
     add_versions("v0.17.0", "edf8dbd19704685f7400c6fc3fcb875ab858b1e55382c7ec933efddff28b2332")
     add_versions("v0.15.3", "d8cb4d7d3ec4fb27cbce158d6823a1f2f5d868e116f1d6703db2ab8159343c3f")
     add_versions("v0.15.1", "70f119b44f2758fc482872141cb712122f1c3c82fea16d203b7286a98c139a71")
@@ -31,7 +32,7 @@ package("aws-c-io")
     elseif is_plat("linux", "bsd", "cross", "android") then
         add_deps("s2n-tls")
     elseif is_plat("macosx", "iphoneos") then
-        add_frameworks("Security")
+        add_frameworks("Security", "Network")
     end
 
     add_deps("cmake", "aws-c-common", "aws-c-cal")