tools/Config:Fix too long input line error call ARCHIVE when use too many libc in Windows native build

tools/Config:Fix too long input line error call ARCHIVE when use too many libc in Windows native build
This commit is contained in:
zouboan 2022-11-12 09:25:33 +08:00 committed by Xiang Xiao
parent 20c69294db
commit f115a97bdc
1 changed files with 0 additions and 1 deletions

View File

@ -400,7 +400,6 @@ endef
# created from scratch
define ARCHIVE
@echo "AR (create): ${shell basename $(1)} $(2)"
$(Q) $(RM) $1
$(Q) $(AR) $1 $(2)
endef