Merge pull request #6842 from astenmark/fix-6818-darwin-curl-mbtls

Fix #6818: Remove dependency on mbedx509, mbedcrypto for Darwin.
This commit is contained in:
gingerBill
2026-06-15 13:27:01 +01:00
committed by GitHub

View File

@@ -18,8 +18,6 @@ when ODIN_OS == .Windows {
@(export)
foreign import lib {
"system:curl",
"system:mbedx509",
"system:mbedcrypto",
"system:z",
"system:SystemConfiguration.framework",
}