mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 18:50:07 +00:00
[script] add build option to check-posix-pty (#4748)
This commit is contained in:
@@ -140,6 +140,9 @@ EOF
|
||||
|
||||
main() {
|
||||
case $1 in
|
||||
build)
|
||||
build
|
||||
;;
|
||||
check)
|
||||
check
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user