Removed ar -f flag, fixed issue #55

This commit is contained in:
bzt 2025-05-12 09:07:00 +02:00
parent ab6f1c382c
commit 5fbf2d61e9

View file

@ -89,7 +89,7 @@ libuefi.lib: $(LIBOBJS)
libuefi.a: $(LIBOBJS)
@rm $@ 2>/dev/null || true
$(AR) -frsv $@ $(LIBOBJS) >/dev/null
$(AR) -rsv $@ $(LIBOBJS) >/dev/null
$(TARGET): $(addprefix $(OUTDIR),$(TARGET).so)
ifneq ($(USE_GCC),)