avoid libcurl.dll since it clashes with msys curl

This commit is contained in:
Aman Gupta
2015-10-07 15:31:57 -07:00
parent eac9fdae5d
commit 75f648398a

View File

@@ -8,7 +8,8 @@ platform:
before_build:
- appveyor DownloadFile http://nim-lang.org/download/dlls.zip
- 7z x dlls.zip
- 7z e dlls.zip -odlls
- del dlls\libcurl.dll
build_script:
- SET PATH=C:\msys64\mingw64\bin;dlls;bin;%PATH%