1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

put back temp removed flags and env vars (#2339)

This commit is contained in:
joe-conigliaro
2019-10-14 16:51:12 +11:00
committed by GitHub
parent 9a2b8a0814
commit 60e7c12e92
3 changed files with 6 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ if %ERRORLEVEL% NEQ 0 (
)
echo rebuild from source (twice, in case of C definitions changes)
v2.exe -o v3.exe v.v
v2.exe -cc msvc -o v3.exe v.v
v3.exe -cc msvc -o v.exe -prod v.v
if %ERRORLEVEL% NEQ 0 (
echo V failed to build itself