Add extra objects to linker

This commit is contained in:
bzt 2021-12-10 07:50:54 +01:00
parent d0282646db
commit 748c6376d9
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ ifneq ($(USE_GCC),)
@rm $(TARGET).so
endif
$(TARGET).so: $(OBJS)
$(TARGET).so: $(OBJS) $(EXTRA)
$(LD) $(LDFLAGS) $^ $(LIBS)
@rm *.lib 2>/dev/null || true