rustls / rustls-ffi

Use Rustls from any language
Other
125 stars 30 forks source link

Fix Makefile.Windows #211

Closed jsha closed 2 years ago

jsha commented 2 years ago

Adapted from #197 by @gvanem. I squashed the commits from that PR, and added my own on top.

We need to remove the link.exe provided by MSYS and Git to make sure they don't interfere with MSVC's link.exe.

Also, add a #define for strncasecmp, which is not available on Windows.