mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
make: remove curl dependency
This commit is contained in:
parent
e5ebb83bd9
commit
d984f2ccec
2 changed files with 6 additions and 7 deletions
6
make.bat
6
make.bat
|
@ -1,5 +1,5 @@
|
|||
curl -O https://raw.githubusercontent.com/vlang/vc/master/v_win.c
|
||||
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe v_win.c
|
||||
git clone --depth 1 --quiet https://github.com/vlang/vc
|
||||
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe vc/v_win.c
|
||||
v2.exe -o v.exe compiler
|
||||
del v2.exe
|
||||
del v_win.c
|
||||
rd /s /q vc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue