fix appveyor test

was mixing `*.o` object files from different compilation settings
This commit is contained in:
Yann Collet 2020-10-16 14:31:40 -07:00
parent 314c7df170
commit de985b1c1a

View File

@ -285,5 +285,6 @@
- ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
- if [%HOST%]==[mingw] (
set "CC=%COMPILER%" &&
make clean &&
make check
)