Skip to content

Commit

Permalink
Undo linux platform forced address config (#30528)
Browse files Browse the repository at this point in the history
* Undo linux platform forced address  config

* Fix define to empty, to allow appending

---------

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jan 15, 2024
1 parent 9b4b2b5 commit 1075007
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platform/Linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ static_library("Linux") {
"${chip_root}/third_party/inipp",
]

public_configs =
[ "${chip_root}/src/lib/address_resolve:default_address_resolve_config" ]
public_configs = []

if (chip_mdns == "platform") {
sources += [
Expand Down

0 comments on commit 1075007

Please sign in to comment.