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

make.bat: fix not at root dir error

This commit is contained in:
yuyi
2020-03-20 23:40:49 +08:00
committed by GitHub
parent 15d4b5fcdb
commit 5f32663714

View File

@@ -2,6 +2,8 @@
echo Building V
pushd %~dp0
if exist "vc" (
rd /s /q vc
)
@@ -110,8 +112,10 @@ goto :error
:error
echo Exiting from error
popd
exit /b 1
:success
echo V build OK!
v -version
popd