mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix various error in Windows native build
This commit is contained in:
parent
a8e6a07b0a
commit
776136a113
6 changed files with 55 additions and 27 deletions
|
|
@ -62,7 +62,8 @@ ifeq ($(BUILD_MODULE),y)
|
|||
endif
|
||||
|
||||
SUFFIX = $(subst $(DELIM),.,$(CWD))
|
||||
PROGNAME := $(shell echo $(PROGNAME))
|
||||
|
||||
PROGNAME := $(subst ",,$(PROGNAME))
|
||||
|
||||
# Object files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue