forked from vieter-v/vieter
chore: figure out how to compile everything with C
This commit is contained in:
parent
3e40eeff2d
commit
32ff120600
8 changed files with 29 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -3,7 +3,8 @@ SRC_DIR := src
|
|||
SOURCES != find '$(SRC_DIR)' -iname '*.v'
|
||||
|
||||
V_PATH ?= v
|
||||
V := $(V_PATH) -showcc -gc boehm -W -d use_openssl
|
||||
# We need to use GCC because TCC doesn't like the way we use C bindings
|
||||
V := $(V_PATH) -showcc -gc boehm -W -d use_openssl -cc gcc
|
||||
|
||||
all: vieter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue