mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-15 20:46:47 +08:00

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>