This commit is contained in:
Bob Polis 2024-09-12 16:34:57 +02:00
parent e3a5088dfe
commit f8d153442d

View File

@ -82,7 +82,7 @@ ifeq ($(UNAME_S),Linux)
$(CXX) -g -shared -Wl,-soname,$(SONAME) -o $(OUTDIR)/$(REALNAME) $(LDFLAGS) $(OBJS) $(LDLIBS)
endif
-include $(addprefix $(BUILDDIR), $(DEPS))
-include $(DEPS)
$(OUTDIR)/$(STATICLIB): $(OBJS)
ar r $(OUTDIR)/$(STATICLIB) $(OBJS)