mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
fix build error for platform mdns
This commit is contained in:
@@ -116,6 +116,13 @@ static_library("ESP32_custom") {
|
||||
":ESP32_custom_include",
|
||||
]
|
||||
|
||||
if (chip_mdns == "platform") {
|
||||
sources += [
|
||||
"DnssdImpl.cpp",
|
||||
"DnssdImpl.h",
|
||||
]
|
||||
}
|
||||
|
||||
if (chip_enable_ota_requestor) {
|
||||
sources += [
|
||||
"OTAImageProcessorImpl.cpp",
|
||||
|
||||
Reference in New Issue
Block a user