Skip to content

Commit

Permalink
freebsd: fix BSDmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman authored and medvednikov committed Dec 18, 2019
1 parent 0ebe86f commit 9e11de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BSDmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ CC ?= cc
all:
rm -rf vc/
git clone --depth 1 --quiet https://github.com/vlang/vc
$(CC) -std=gnu11 -w -o v vc/v.c -lm
$(CC) -std=gnu11 -w -o v vc/v.c -lm -lexecinfo
rm -rf vc/
@echo "V has been successfully built"

1 comment on commit 9e11de4

@changrui
Copy link
Contributor

@changrui changrui commented on 9e11de4 Dec 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not compile vlang successly on FreeBSD 12.1

Please sign in to comment.