From ceff22ee3b78ebec3ff0081c7ee178b44b511b45 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sun, 31 Jan 2021 21:31:11 +0000 Subject: Use C99 snprintf --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 04369ec6..828b6f78 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -83,7 +83,7 @@ build_script: - 'if %compiler%==mingw-cmake cmake --build . --config %configuration% --target install' - 'if %compiler%==vc14-cmake cmake --build . --config %configuration% --target install' - 'if %compiler%==vc9-cmake cmake --build . --config %configuration% --target install' - - 'if %compiler%==vc14-nmake nmake /f Makefile.vc EXTRAFLAGS=/DHAVE_SNPRINTF=1' + - 'if %compiler%==vc14-nmake nmake /f Makefile.vc' - 'if %compiler%==vc14-nmake mkdir %AV_TIFF_INSTALL%' - 'if %compiler%==vc14-nmake mkdir %AV_TIFF_INSTALL%\bin' - 'if %compiler%==vc14-nmake mkdir %AV_TIFF_INSTALL%\lib' -- cgit v1.2.1