We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887119c commit b927bbeCopy full SHA for b927bbe
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 = (current_os == "mac" || current_os == "ios")
25
26
# Mutex implementation: posix, freertos, none.
27
chip_system_config_locking = ""
0 commit comments