Try to fix appveyor build by setting SQLITE3_LIB_DIR

This commit is contained in:
gwenn 2016-01-24 17:00:57 +01:00
parent 1bf3e58055
commit 6a1554d91e

View File

@ -8,6 +8,7 @@ install:
- cargo -V
- ps: Start-FileDownload 'http://sqlite.org/2015/sqlite-dll-win64-x64-3090200.zip'
- cmd: 7z e sqlite-dll-win64-x64-3090200.zip -y > nul
- SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER%
build: false