diff --git a/Makefile b/Makefile index 3251766..46388e0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export LANG ?= C.UTF-8 export TZ ?= UTC export RUSTFLAGS ?= -C link-arg=-s -DB ?= sqlite,postgresql +DB ?= sqlite,postgresql,vendored_openssl SRC := src .PHONY: all