Skip to content

Commit

Permalink
Fix SDK download
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 22, 2018
1 parent b2b7370 commit d08e144
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build_script:
- echo build_script
- if "%platform%" == "x64" SET VS_FULL=%VS_VERSION% Win64
- if "%platform%" == "x86" SET VS_FULL=%VS_VERSION%
- if "%platform%" == "x86" SET SDK=release-1800
- if "%platform%" == "x64" SET SDK=release-1800-x64
- if "%platform%" == "x86" SET SDK=release-1911
- if "%platform%" == "x64" SET SDK=release-1911-x64
- echo "%VS_FULL%"
- if "%platform%" == "x64" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- if "%platform%" == "x86" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
Expand Down Expand Up @@ -112,7 +112,6 @@ build_script:
-DWITH_FCGI=ON
-DWITH_PCRE=ON
-DWITH_TIFF=OFF
-DWITH_PIXMAN=OFF
-DCMAKE_PREFIX_PATH=%SDK_PREFIX% ..
- cmake --build . --config Release

Expand Down

0 comments on commit d08e144

Please sign in to comment.