wolfssl
wolfssl copied to clipboard
Fix mingw32 build
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
Can one of the admins verify this patch?
Okay to test. Hi @dantaras , thank you for this report. We will review.
Closing in favor of https://github.com/wolfSSL/wolfssl/pull/8377 @dantaras please let me know if you still have any issues.