mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 03:37:46 +00:00
[build] update GN build file for OpenThread (#5358)
Add the CLI & configuration to the build file.
This commit is contained in:
@@ -36,9 +36,9 @@ set -x
|
||||
|
||||
main()
|
||||
{
|
||||
gn gen gn-out
|
||||
gn gen --check gn-out
|
||||
ninja -C gn-out
|
||||
test -f gn-out/obj/lib-ot-core.a
|
||||
test -f gn-out/obj/src/core/libopenthread-ftd.a
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
Reference in New Issue
Block a user