From: Yann Collet Date: Fri, 18 Oct 2019 22:02:30 +0000 (-0700) Subject: minor appveyor test script fix X-Git-Tag: v1.4.4~1^2~23^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e154fc40ea9767636ef5726806113296524df1d;p=thirdparty%2Fzstd.git minor appveyor test script fix --- diff --git a/appveyor.yml b/appveyor.yml index 9a3d53384..87fa5c12d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -263,6 +263,6 @@ test_script: - ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION% - if [%HOST%]==[mingw] ( - SET CC=%COMPILER% + set "CC=%COMPILER%" && make check )