mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vc: fix Makefile
This commit is contained in:
parent
bb1485745f
commit
49c770ea7b
2
Makefile
2
Makefile
@ -83,7 +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
|
||||
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…
Reference in New Issue
Block a user