Skip to content

Commit

Permalink
try to appease window's lack of LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk authored Jun 8, 2017
1 parent 1bd5758 commit 7d4e436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- cp C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin\*.dll .
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
- rustc -V
- cargo -V
Expand Down

0 comments on commit 7d4e436

Please sign in to comment.