mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vc: cleanup temporary patch in Makefile
This commit is contained in:
parent
49c770ea7b
commit
5b2cec6c6b
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -83,7 +83,6 @@ ifdef WIN32
|
|||
$(V) -o v2.exe cmd/v
|
||||
move /y v2.exe v.exe
|
||||
else
|
||||
sed -i '9350s@^.*@u64 _t9 = wyhash(key, len, seed, _wyp);@' vc/v.c
|
||||
$(CC) $(CFLAGS) -g -std=gnu99 -w -o $(V) $(VC)/$(VCFILE) -lm -lpthread $(LDFLAGS)
|
||||
$(V) -o v2.exe cmd/v
|
||||
mv -f v2.exe v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue