-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[7-zip] Only build Windows sources for Windows #41721
Conversation
Please get failure logs here on
|
@microsoft-github-policy-service agree |
cba8a98
to
205e95f
Compare
Uh, I copied from the rest of the file but I think the rest of the file is wrong. |
Note that in vcpkg, there are two CMake worlds: script mode and project mode. They have different set of variables. |
But it's still 7-zip 24.08. What am I supposed to do here? How does vcpkg handle the "build" version without updating the package version? |
https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json#version explains that I can do basically whatever I want with that field, but what's the convention? |
You need to increment |
Gotcha, thanks! |
205e95f
to
c280737
Compare
I've got no idea why these were here (it was in the initial PR without any explanation) and can't make any sense of the upstream makefiles, but it seems like the things in the Windows directory ought to only be built for Windows. This fixes compilation errors with NDK r28.
c280737
to
87ba1fc
Compare
Complements microsoft#41721.
I've got no idea why these were here (it was in the initial PR without any explanation) and can't make any sense of the upstream makefiles, but it seems like the things in the Windows directory ought to only be built for Windows. This fixes compilation errors with NDK r28.