Skip to content

Commit b927bbe

Browse files
committed
[Darwin] Turn on Network.framework by default
1 parent 887119c commit b927bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/system.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ declare_args() {
2121
chip_system_config_use_lwip = chip_with_lwip && current_os == "freertos"
2222

2323
# Use Network.framework API
24-
chip_system_config_use_network_framework = false
24+
chip_system_config_use_network_framework = (current_os == "mac" || current_os == "ios")
2525

2626
# Mutex implementation: posix, freertos, none.
2727
chip_system_config_locking = ""

0 commit comments

Comments
 (0)