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