fix ci build on windows

This commit is contained in:
hathach
2023-03-05 10:57:16 +07:00
parent a99ee1b1a2
commit b4ef98cbdc
2 changed files with 3 additions and 3 deletions

View File

@@ -74,16 +74,16 @@ else
SIZE = $(CROSS_COMPILE)size
endif
MKDIR = mkdir
ifeq ($(CMDEXE),1)
CP = copy
RM = del
PYTHON = python
MKDIR = cmd /e /c mkdir
else
SED = sed
CP = cp
RM = rm
MKDIR = mkdir
PYTHON = python3
endif