ignore mkdir in windows ci

This commit is contained in:
hathach
2023-03-05 15:35:02 +07:00
parent 8a493485e8
commit 9824981ee8
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ OBJ_DIRS = $(sort $(dir $(OBJ)))
$(OBJ): | $(OBJ_DIRS)
$(OBJ_DIRS):
ifeq ($(CMDEXE),1)
@$(MKDIR) $(subst /,\,$@)
-@$(MKDIR) $(subst /,\,$@)
else
@$(MKDIR) -p $@
endif