summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-02-03 22:29:32 +0000
committerEven Rouault <even.rouault@spatialys.com>2021-02-03 22:29:32 +0000
commit4b48baef4c9c36e1c41cee326ce6f22437f630fb (patch)
tree86ccb70c07b78b595bb4a73805ce0712681d9197 /.appveyor.yml
parenta3a43d5324680e2f64a8969c78a5bdb540654c1a (diff)
parentceff22ee3b78ebec3ff0081c7ee178b44b511b45 (diff)
downloadlibtiff-git-4b48baef4c9c36e1c41cee326ce6f22437f630fb.tar.gz
Merge branch 'c99-snprintf' into 'master'
Use C99 snprintf See merge request libtiff/libtiff!217
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 28defae6..4b5e53f3 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -85,7 +85,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'