wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Fix mingw32 build

Open dantaras opened this issue 1 year ago • 1 comments

Description

Small change to fix mingw32 build which is failing for me with the following error i686-w64-mingw32-gcc: error: $<1:ws2_32: No such file or directory.

Since the changed statement is under the if (WIN32) condition there's no benefit to using PLATFORM_ID.

Fixes zd#

Testing

mingw32 build completed successfully.

Checklist

  • [ ] added tests
  • [ ] updated/added doxygen
  • [ ] updated appropriate READMEs
  • [ ] Updated manual and documentation

dantaras avatar Oct 14 '24 10:10 dantaras

Can one of the admins verify this patch?

wolfSSL-Bot avatar Oct 14 '24 10:10 wolfSSL-Bot

Okay to test. Hi @dantaras , thank you for this report. We will review.

dgarske avatar Oct 21 '24 20:10 dgarske

Closing in favor of https://github.com/wolfSSL/wolfssl/pull/8377 @dantaras please let me know if you still have any issues.

dgarske avatar Jan 24 '25 21:01 dgarske