Skip to content

Commit

Permalink
Fix MinGW on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
grovesNL committed Oct 16, 2019
1 parent 86161ee commit 733f571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
- set PATH=%PATH%;C:\msys64\mingw64\bin;C:\Users\appveyor\.cargo\bin
- if "%TARGET%" == "x86_64-pc-windows-gnu" ( rustup component remove rust-mingw )
- if "%TARGET%" == "x86_64-pc-windows-gnu" ( for %%I in (crt2.o dllcrt2.o libmingwex.a libmsvcrt.a) do xcopy /Y "C:\msys64\mingw64\x86_64-w64-mingw32\lib\%%I" "C:\Users\appveyor\.rustup\toolchains\stable-%TARGET%\lib\rustlib\%TARGET%\lib\" )
- rustc -Vv
- cargo -V
- git submodule update --init --recursive
Expand Down

0 comments on commit 733f571

Please sign in to comment.