Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Fix uwp toolchain|world rebuild] make ninja work for uwp #22831
[Fix uwp toolchain|world rebuild] make ninja work for uwp #22831
Changes from 1 commit
07f768b
10fddd0
12c87a6
20e35ae
e7de7d7
13b6145
396ce94
449726e
db86cd3
fe05c1f
3991cb7
a9ae1ef
f2fb380
5135de2
1665365
26a2500
f63f516
7619df2
c79dea1
11f4170
ef54a0b
3aef0da
b73af0c
813b310
bbd9f17
14e61ae
5231853
6c599ae
89e140c
e60be2f
68791e9
0915931
c7f3266
81edf22
1fb644a
c47b8b3
7aa40af
688eae5
c01600a
7b6fa6c
0818c99
2527586
63f3335
7653f89
276ad89
347d9f4
f28f767
6e020dd
ae26d88
2564740
60bbdea
500de7b
68212d8
491e75f
0b71377
509bb44
cfc5c8b
363e633
63d2a0d
777973d
61427e0
59c68b3
a1fd40c
f193009
cef8bb3
cba12df
f21e944
261ed4c
a334bc6
221a787
fc27223
51461b7
59cbf87
b0633b0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Theoretically this needs to be generalized to every flag containing spaces in its arguments.
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'm a bit sad that this one is called
_vcpkg_charset
but the equivalent in the Windows toolchain isCHARSET_FLAG
. No change requested (unless you want).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.
you can change this with the
/MP
change below however you like. I just mimicked the windows toolchain.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 flag is pointless, but isn't worth another world rebuild to change if that's the only remaining nitpick. You got it to be green, so I'm going to run with it :)