Skip to content
Snippets Groups Projects
Commit 9422b994 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

appveyor: fixup env block

parent 5bf43171
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,12 @@ cache:
SDL2-devel-2.0.4-mingw.tar.gz
environment:
CC=i686-w64-mingw32-gcc
WINDRES=windres
MINGW_SDK=c:\msys64\mingw32
SDL2_URL=http://libsdl.org/release/SDL2-devel-2.0.4-mingw.tar.gz
SDL2_ARCHIVE=SDL2-devel-2.0.4-mingw.tar.gz
SDL2_MOVE=SDL2-2.0.4\i686-w64-mingw32
CC: i686-w64-mingw32-gcc
WINDRES: windres
MINGW_SDK: c:\msys64\mingw32
SDL2_URL: http://libsdl.org/release/SDL2-devel-2.0.4-mingw.tar.gz
SDL2_ARCHIVE: SDL2-devel-2.0.4-mingw.tar.gz
SDL2_MOVE: SDL2-2.0.4\i686-w64-mingw32
install:
- if not exist "%SDL2_ARCHIVE%" appveyor DownloadFile "%SDL2_URL%" -FileName "%SDL2_ARCHIVE%"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment