Skip to content

Commit 49afe2a

Browse files
Prefix network-manager binary name with matter-
1 parent 20335d4 commit 49afe2a

File tree

1 file changed

+2
-2
lines changed
  • examples/network-manager-app/linux

1 file changed

+2
-2
lines changed

examples/network-manager-app/linux/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import("//build_overrides/build.gni")
1616
import("//build_overrides/chip.gni")
1717

18-
executable("network-manager-app") {
18+
executable("matter-network-manager-app") {
1919
sources = [
2020
"include/CHIPProjectAppConfig.h",
2121
"main.cpp",
@@ -32,7 +32,7 @@ executable("network-manager-app") {
3232
}
3333

3434
group("linux") {
35-
deps = [ ":network-manager-app" ]
35+
deps = [ ":matter-network-manager-app" ]
3636
}
3737

3838
group("default") {

0 commit comments

Comments
 (0)