vc: temporary patch for v.c

pull/9453/head
Delyan Angelov 2021-03-24 19:02:30 +02:00
parent b996799ccd
commit bb1485745f
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ 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);@' 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