minor appveyor test script fix

This commit is contained in:
Yann Collet 2019-10-18 15:02:30 -07:00
parent 03ef7b73a7
commit 0e154fc40e

View File

@ -263,6 +263,6 @@
test_script:
- ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
- if [%HOST%]==[mingw] (
SET CC=%COMPILER%
set "CC=%COMPILER%" &&
make check
)