mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-16 07:11:12 +00:00
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:
2
vendor/curl/curl.odin
vendored
2
vendor/curl/curl.odin
vendored
@@ -18,8 +18,6 @@ when ODIN_OS == .Windows {
|
||||
@(export)
|
||||
foreign import lib {
|
||||
"system:curl",
|
||||
"system:mbedx509",
|
||||
"system:mbedcrypto",
|
||||
"system:z",
|
||||
"system:SystemConfiguration.framework",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user