diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-12-20 00:16:55 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-12-20 00:16:55 +1100 |
| commit | 117be733404cda1921ac11e5dcb108c264653fbb (patch) | |
| tree | a45075ce553799d4a78d76576e3b0cec7f38441b /appveyor/build.bat | |
| parent | 9cdc111e17b23ba3415af2050f0ebd3b5ba2574b (diff) | |
| download | theInstaller-117be733404cda1921ac11e5dcb108c264653fbb.tar.gz theInstaller-117be733404cda1921ac11e5dcb108c264653fbb.tar.bz2 theInstaller-117be733404cda1921ac11e5dcb108c264653fbb.zip | |
Provide zconf.h
Diffstat (limited to 'appveyor/build.bat')
| -rw-r--r-- | appveyor/build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat index 596186d..2b005d7 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -10,6 +10,7 @@ curl -L https://sourceforge.net/projects/gnuwin32/files/zlib/1.2.3/zlib-1.2.3-li "/Program Files/7-zip/7z.exe" x Qt.7z -oQtStatic -r "/Program Files/7-zip/7z.exe" x zlib.zip -ozlib -r +copy appveyor\zconf.h zlib\include set QTDIR=%cd%\QtStatic\Qt5.12.0-static set ZLIBINCLUDEDIR=%cd%\zlib\include |
