Fix deps
This commit is contained in:
parent
5f80e0d189
commit
0e169a1dc4
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user