mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 03:31:15 +00:00
appveyor: no need to initialize MSVC env for Msys2
This commit is contained in:
parent
dca32a875e
commit
2cfe6fb9c0
|
@ -12,8 +12,5 @@ environment:
|
||||||
- HOST_ARCH_ARG: --host=i686-w64-mingw32
|
- HOST_ARCH_ARG: --host=i686-w64-mingw32
|
||||||
ADD_PATH: /mingw32/bin
|
ADD_PATH: /mingw32/bin
|
||||||
|
|
||||||
install:
|
|
||||||
- C:\"Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- make.sh cross-win64
|
- make.sh cross-win64
|
||||||
|
|
Loading…
Reference in a new issue