-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Make Windows build more robust for the ONECORE variant #10586
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should be made for all similar variables, not just a select few.
3b8c47c
to
9edd875
Compare
Just wondering, any plan to merge this PR? |
We need another review, not just mine. @openssl/committers? (I hadn't updated the labels, done now) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the diffs, the changes look reasonable and correct. But I did not do any testing. Hope that suffices as a review @levitte.
So FYI, @haohui, we apply a 24h grace period after the |
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from #10586)
Merged. b575608 Make Windows build more robust |
I am trying to build OpenSSL on Windows and have discovered two issues that prevent a successful build of the ONECORE variant:
CC
/CPP
) if there are spaces in the path.copy.pl
.This PR addresses the two issues above and improve the robustness of the build system.