Fix #6818: Remove dependency on mbedx509, mbedcrypto for Darwin.

This commit is contained in:
Andreas Stenmark
2026-06-14 21:52:22 +02:00
parent 42fd7cf37f
commit 8b52acb7dc

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",
}