This commit is contained in:
Bob Polis 2024-09-12 16:40:44 +02:00
parent d424138e62
commit 5147531b70

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)