stunnel / static-curl

static builds cURL with HTTP3
MIT License
198 stars 28 forks source link

Support cross compilation for Windows #59

Closed dtretyakov closed 7 months ago

dtretyakov commented 7 months ago

This PR brings the ability to create windows binaries via mstorsjo/llvm-mingw Linux container for the following architectures:

It's based on the curl-static-cross.sh script with some changes: https://github.com/stunnel/static-curl/pull/59/commits/bedb403b9b898bb5340f47ca3a184fddb84f1b32

travislee89 commented 7 months ago

Thank you, great job.

I tested the compilation and it compiles fine, do you have anything else to submit? I'll update the workflow for release.

dtretyakov commented 7 months ago

do you have anything else to submit? I'll update the workflow for release.

@travislee89 In the last change I added Mozilla CA certificates bundle and enabled winidn by default.

So we could proceed further.