Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Nov 17, 2021
1 parent cf4fa2e commit 4ae5f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import("${chip_root}/src/platform/device.gni")
declare_args() {
# Platform DNSsd should always be running on darwin. On Linux
# this depends on avahi being available and running.
chip_enable_dnssd_tests = platform == "darwin"
chip_enable_dnssd_tests = chip_device_platform == "darwin"
}

if (chip_device_platform != "none" && chip_device_platform != "fake") {
Expand Down

0 comments on commit 4ae5f11

Please sign in to comment.