mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'bugfix/fix-link-error-for-platform-mdns' into 'main'
Fix build error for external platform mdns See merge request app-frameworks/esp-matter!307
This commit is contained in:
@@ -116,6 +116,13 @@ static_library("ESP32_custom") {
|
|||||||
":ESP32_custom_include",
|
":ESP32_custom_include",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if (chip_mdns == "platform") {
|
||||||
|
sources += [
|
||||||
|
"DnssdImpl.cpp",
|
||||||
|
"DnssdImpl.h",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
if (chip_enable_ota_requestor) {
|
if (chip_enable_ota_requestor) {
|
||||||
sources += [
|
sources += [
|
||||||
"OTAImageProcessorImpl.cpp",
|
"OTAImageProcessorImpl.cpp",
|
||||||
|
|||||||
Reference in New Issue
Block a user