Skip to content

Commit b523d2d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/system/system.gni

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ 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 =
25+
current_os == "mac" || current_os == "ios"
2526

2627
# Mutex implementation: posix, freertos, none.
2728
chip_system_config_locking = ""

0 commit comments

Comments
 (0)