Skip to content

toolchains: fix MSVC rc.exe invocation#51151

Merged
BillyONeal merged 1 commit intomicrosoft:masterfrom
rkitover:fix-rc-invocation
Apr 15, 2026
Merged

toolchains: fix MSVC rc.exe invocation#51151
BillyONeal merged 1 commit intomicrosoft:masterfrom
rkitover:fix-rc-invocation

Conversation

@rkitover
Copy link
Copy Markdown
Contributor

Change -c65001 in CMAKE_RC_FLAGS, which some versions of rc.exe apparently throw an invalid invocation error on to /c65001 which works fine.

Change `-c65001` in `CMAKE_RC_FLAGS`, which some versions of `rc.exe`
apparently throw an invalid invocation error on to `/c65001` which works
fine.

Signed-off-by: Rafael Kitover <[email protected]>
Copy link
Copy Markdown
Member

@BillyONeal BillyONeal left a comment

Choose a reason for hiding this comment

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

Thanks!

@BillyONeal BillyONeal enabled auto-merge (squash) April 13, 2026 22:02
@BillyONeal BillyONeal merged commit d7b75fa into microsoft:master Apr 15, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants