Bootstrap twice on windows

pull/1576/head
Emily Hudson 2019-08-11 17:10:22 +00:00 committed by Alexander Medvednikov
parent ea30ba4555
commit f628d6d35d
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
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