Skip to content

Commit 9e11de4

Browse files
spythemanmedvednikov
authored andcommitted
freebsd: fix BSDmakefile
1 parent 0ebe86f commit 9e11de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BSDmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ CC ?= cc
33
all:
44
rm -rf vc/
55
git clone --depth 1 --quiet https://github.com/vlang/vc
6-
$(CC) -std=gnu11 -w -o v vc/v.c -lm
6+
$(CC) -std=gnu11 -w -o v vc/v.c -lm -lexecinfo
77
rm -rf vc/
88
@echo "V has been successfully built"

0 commit comments

Comments
 (0)