mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Bootstrap twice on windows
This commit is contained in:
parent
ea30ba4555
commit
f628d6d35d
4
make.bat
4
make.bat
@ -1,3 +1,5 @@
|
|||||||
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
|
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
|
||||||
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v.exe v.c
|
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe v.c
|
||||||
|
v2.exe -o v.exe compiler
|
||||||
|
del v2.exe
|
||||||
del v.c
|
del v.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user