Skip to content

Commit

Permalink
Fix define to empty, to allow appending
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Nov 16, 2023
1 parent e37ec8b commit d71c090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/Linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ static_library("Linux") {
"${chip_root}/third_party/inipp",
]

public_configs = []

if (chip_mdns == "platform") {
sources += [
"DnssdImpl.cpp",
Expand Down

0 comments on commit d71c090

Please sign in to comment.