appveyor: no need to initialize MSVC env for Msys2

This commit is contained in:
Nguyen Anh Quynh 2016-03-09 11:53:59 +08:00
parent dca32a875e
commit 2cfe6fb9c0

View File

@ -12,8 +12,5 @@ environment:
- HOST_ARCH_ARG: --host=i686-w64-mingw32
ADD_PATH: /mingw32/bin
install:
- C:\"Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
build_script:
- make.sh cross-win64