-
Notifications
You must be signed in to change notification settings - Fork 63
Windows now needs msbuild dep for generate-bindings #591
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
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 was very unfortunate , but true.
I would really have liked if there would have been a possibility to configure the feature dependencies based on platform. But I guess Cargo does not really support that.
|
You need to sign the commit. That is why the DCO does not pass. |
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.
The fact that this works on non-Windows platforms is a bit weird to me since the dependency is only specified for Windows, but I'm not gonna argue. Guess cargo is smart enough to figure it out
Singing updated! |
Signed-off-by: Muxi Yan <[email protected]>
…st-tss-esapi into msbuild-windows-dep
|
Apologies, recreated PR here: #592 |
Need the dep as it's referenced in build.rs now.