We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887119c commit 5e7e651Copy full SHA for 5e7e651
src/system/system.gni
@@ -21,7 +21,7 @@ declare_args() {
21
chip_system_config_use_lwip = chip_with_lwip && current_os == "freertos"
22
23
# Use Network.framework API
24
- chip_system_config_use_network_framework = false
+ chip_system_config_use_network_framework = chip_device_platform == "darwin"
25
26
# Mutex implementation: posix, freertos, none.
27
chip_system_config_locking = ""
0 commit comments