Add missing $MODE reference to lsqlite in redbean makefile (ref #185).

This commit is contained in:
Paul Kulchenko 2021-06-08 13:21:27 -07:00
parent b3a08d9286
commit cffb5621dd

View file

@ -52,7 +52,7 @@ TOOL_NET_DEPS := \
o/$(MODE)/tool/net/net.pkg: \
$(TOOL_NET_OBJS) \
o/tool/net/lsqlite3.o \
o/$(MODE)/tool/net/lsqlite3.o \
$(foreach x,$(TOOL_NET_DIRECTDEPS),$($(x)_A).pkg)
o/$(MODE)/tool/net/%.com.dbg: \