mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make.bat: use C99
This commit is contained in:
parent
8fea5170be
commit
64349b5006
2
make.bat
2
make.bat
@ -28,7 +28,7 @@ if not exist "%gccpath%" (
|
|||||||
goto:msvcstrap
|
goto:msvcstrap
|
||||||
)
|
)
|
||||||
|
|
||||||
gcc -std=gnu11 -w -o v2.exe vc\v_win.c
|
gcc -std=c99 -w -o v2.exe vc\v_win.c
|
||||||
if %ERRORLEVEL% NEQ 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo gcc failed to compile - Create an issue at 'https://github.com/vlang'
|
echo gcc failed to compile - Create an issue at 'https://github.com/vlang'
|
||||||
exit /b 1
|
exit /b 1
|
||||||
|
Loading…
Reference in New Issue
Block a user