-
|
Quick question: But subprojects/openssl.wrap refers to OpenSSL 3.0.8. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
In any case, this is not a part of Git's source code that is maintained by the Git for Windows project (heck, I never wanted to replace CMake with Meson, but that's what I'll end up being forced to!), so please report this to the Git mailing list (send plain-text messages, HTML messages are dropped silently). |
Beta Was this translation helpful? Give feedback.
-
|
But what is the preferred way to build on Windows, if meson picks the wrong files? |
Beta Was this translation helpful? Give feedback.
subprojects/was introduced in 904339e, to support building with Meson. I am an anti-fan of the idea of building all dependencies from scratch, every single time, in CI, and recommended against that approach. One problem that you buy into when you do that is to open yourself up for network problems or compile problems whose resolution is outside of your power (or for that matter, responsibility). Another problem is that you now have another place where you need to update dependency versions.In any case, this is not a part of Git's source code that is maintained by the Git for Windows project (heck, I never wanted to replace CMake with Meson, but that's what I'll end up being forced to!),…