-
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: generate ossl_static.pdb for every build. It is usefull for building openssl with _CL_=/Z7 enviroment #3367
Conversation
…building openssl with _CL_=/Z7 enviroment
Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue. |
Some configurations of 'openssl/1.1.0k' failed in build 2 (
|
I detected other pull requests that are modifying openssl 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 pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Here is small fix to fix openssl build with CL=/Z7 enviroment.
Currently it fails because ossl_static.pdb is not generated.
I believe it is ok to create ossl_static.pdb file for every build (not clang only), to make openssl perl script happy.
Specify library name and version: openssl/*
conan-center hook activated.