AppVeyor: let configure know that we're building with native tools

This commit is contained in:
Frank Morgner 2018-04-19 15:59:15 +02:00
parent 2c167a9982
commit 3bfede17d4
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ build_script:
}
- bash -c "exec 0</dev/null && ./bootstrap"
# disable features to speed up the script
- bash -c "exec 0</dev/null && ./configure --disable-openssl --disable-readline --disable-zlib || cat config.log"
- bash -c "exec 0</dev/null && ./configure --with-cygwin-native --disable-openssl --disable-readline --disable-zlib || cat config.log"
- bash -c "make -C etc opensc.conf"
- cp win32/winconfig.h config.h
- nmake /f Makefile.mak %NMAKE_EXTRA%