fix: still use openssl

database-fixes
Jef Roosens 2022-11-01 22:07:14 +01:00
parent a2fda0d4b7
commit 161341a108
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SRC_DIR := src
SOURCES != find '$(SRC_DIR)' -iname '*.v'
V_PATH ?= v
V := $(V_PATH) -showcc -gc boehm -W
V := $(V_PATH) -showcc -gc boehm -W -d use_openssl
all: vieter