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

ci: fix msvc _name_table [0]{} generation

This commit is contained in:
Delyan Angelov
2020-12-09 20:08:51 +02:00
parent b565df25c3
commit c7bea03ce3
2 changed files with 15 additions and 6 deletions

View File

@@ -395,7 +395,7 @@ jobs:
run: |
echo %VFLAGS%
echo $VFLAGS
.\make.bat
.\make.bat -msvc
.\v.exe -cflags /WX self
- name: Install dependencies
run: |