nuttx-apps/netutils/nanopb
Petro Karashchenko 227d3ec35b netutils/nanopb: fix unpack step for MACOS
Currently NANOPB_UNPACK step in Makefile uses nanopb binary name with
hardcoded suffix '-linux-x86' that is not suitable for MACOS x86.
This commit replaces the hardcoded nanopb binary name with name that
is derived from NANOPB_NAME variable that reflects the nanopb binary
that is selected based on host OS selected in the build system

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2025-07-14 15:48:08 -03:00
..
.gitignore Add support for protocol buffers (nanopb) 2024-04-22 10:46:39 -03:00
Kconfig Add support for protocol buffers (nanopb) 2024-04-22 10:46:39 -03:00
Make.defs netutils: migrate the license to ASF 2024-12-21 13:53:10 +08:00
Makefile netutils/nanopb: fix unpack step for MACOS 2025-07-14 15:48:08 -03:00