Skip to content

Commit

Permalink
Fix AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Dec 1, 2019
1 parent 062e679 commit 2c387cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ install:
# Fix undefined references to __imp__difftime64()
- sed -rie "s/_CRTIMP (double __cdecl _difftime64)/\1/" "C:\msys64\mingw64\x86_64-w64-mingw32\include\time.h"
-
- mkdir target\release\deps
- cp C:\Windows\System32\ntdll.dll target\release\deps
-
- curl -SL https://win.rustup.rs/ -oC:\rustup-init.exe
- C:\rustup-init.exe -y --default-host="x86_64-pc-windows-gnu"

Expand Down

0 comments on commit 2c387cb

Please sign in to comment.