1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

configure.cmd: fail on compilation fail

This commit is contained in:
Ilya Shipitsin 2019-03-11 22:42:53 +05:00
parent ec7a0512f6
commit a9468c8cd9

View File

@ -26,4 +26,5 @@ if %errorlevel% == 0 (
echo The Makefile is generated. Run 'nmake' to build SoftEther VPN.
) else (
cd ..
exit /b 1
)