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