Add a note to msvc readme re building Qt for Bitcoin Core.#29048
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
|
There is a linter error in CI: |
Even after I manually checked for whitespace violations on that single line addition :(. Although it does seem like the linter culprit may be elsewhere? Or, am I missing something? |
Just rewording the linter: The problem is: The fix is: (the POSIX environment is assumed) |
|
We make such changes in a single commit usually :) Mind squashing your commits? |
aaf338e to
d08e820
Compare
Updated the msvc readme with a note about avoiding path too long errors when building Qt with Bitcoin Core.
Would have saved me half an hour if I'd remembered this from the last time I did the build.