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:
parent
20c69294db
commit
f115a97bdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue