From 161341a1088942d24153cea599f857253a5c61d8 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Tue, 1 Nov 2022 22:07:14 +0100 Subject: [PATCH] fix: still use openssl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 895d3fd..332f70d 100644 --- a/Makefile +++ b/Makefile @@ -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