forked from vieter-v/vieter
fix: still use openssl
This commit is contained in:
parent
a2fda0d4b7
commit
161341a108
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue