mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
feat: support macOS Network Extension (#1902)
* feat: support macOS Network Extension * fix: disable macOS NE feature in cargo hack check
This commit is contained in:
@@ -36,7 +36,7 @@ async fn set_bind_addr_for_peer_connector(
|
||||
) {
|
||||
if cfg!(any(
|
||||
target_os = "android",
|
||||
target_os = "ios",
|
||||
any(target_os = "ios", feature = "macos-ne"),
|
||||
target_env = "ohos"
|
||||
)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user