This commit is contained in:
Bob Polis 2024-09-12 16:37:41 +02:00
parent 068e28d476
commit b0e415c665

View File

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