Merge pull request #1075 from hathach/fix-cxd56-msc

Fix cxd56 msc
This commit is contained in:
Ha Thach
2021-09-07 18:06:40 +07:00
committed by GitHub
3 changed files with 17 additions and 3 deletions

View File

@@ -65,10 +65,12 @@ MKDIR = mkdir
ifeq ($(CMDEXE),1)
CP = copy
RM = del
PYTHON = python
else
SED = sed
CP = cp
RM = rm
PYTHON = python3
endif
#-------------- Source files and compiler flags --------------