Update appveyor.yml

This commit is contained in:
Eugene Kliuchnikov 2017-09-05 18:01:58 +02:00 committed by GitHub
parent d91c6a5756
commit e33a29492a

View File

@ -6,7 +6,7 @@ build_script:
- ECHO Building %BUILD_SYSTEM%
- SET "PATH=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
- SET "CC=gcc"
- SET "CCFLAGS=-DBROTLI_DEBUG"
- SET "CFLAGS=-DBROTLI_DEBUG"
- COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
- IF [true]==[true] (
sh -c "make"