Shorten --config-setting=--build-option commands#2583
Merged
Avasam merged 1 commit intomhammond:mainfrom Nov 25, 2025
Merged
Conversation
ed852a6 to
bf1a7e4
Compare
Collaborator
Author
geppi
reviewed
Nov 25, 2025
Collaborator
geppi
left a comment
There was a problem hiding this comment.
I'm sorry but I haven't dealt with the build tools and packaging,
therefore this is beyond my area of expertise.
mhammond
approved these changes
Nov 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Follow-up to #2396 .
I knew there'd probably be some way to avoid all that repetition, but the lack of documentation on this standard made it hard to figure out at the time.
Basically we just pre-concatenate the
build-optionrather than specifying it multiple times.The switch from
.\to./was necessary because of the string-wrap.