Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support building against VC17 on AMD64#9

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

apgrucza
Copy link
Contributor

On my AMD64 machine, the build script was incorrectly looking for MSBuild 17 underProgram Files (x86). MSBuildchanged to 64-bit in Visual Studio 2022, so it should always be underProgram Files.

Comment on lines +421 to +422
# As of Visual Studio 2022 (VC17), MSBuild is 64-bit and so is always in ProgramFiles
if ($env:PROCESSOR_ARCHITECTURE-eq"x86"-or$toolsver-ge17) {
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This is where the actual fix is.@davecramer let me know if you need more explanation on this fix.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@apgrucza@davecramer

[8]ページ先頭

©2009-2025 Movatter.jp