-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openssl 1.x: fix Mingw build regression #14906
openssl 1.x: fix Mingw build regression #14906
Conversation
also properly split nmake & make logic in package()
I detected other pull requests that are modifying openssl/1.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Is there a profile I could use to test this configuration? I am trying to gather them so I can test this when I make PRs |
|
This comment has been minimized.
This comment has been minimized.
Conan v1 pipelineAll green in build 4 (
|
@jwillikers @uilianries @ericLemanissier @SSE4 Could you review please? MinGW build of OpenSSL is broken for 1 month. |
* fix the win_bash logic mainly for MinGW * bump zlib & strawberryperl * move layout() after configure() * add VirtualBuildEnv since there might be tool requires * fix openssl installation with MinGW also properly split nmake & make logic in package()
addresses review in #14066 (comment)
closes #15258