From 2c387cbdb3809a8fe76a1dc2aeec64f0e57eb7de Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Sun, 1 Dec 2019 16:14:11 +0100 Subject: [PATCH] Fix AppVeyor build --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 73da0e5432..a67f6e5c10 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"