You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build-script: unbreak the 'build-swift-stdlib' option
Argparse was trying to helpfully match it with
'build-swift-stdlib-unittest-extra', but this wasn't our intention.
rdar://problem/27030803
* [build-script] Support concatenated stdlib-deployment-targets.
- This fixes a regression introduced in
a4537e8, where we used to accept a list of
concatenated deployment targets as a single argument.
- <rdar://problem/26928189> build-script fails to split deployment targets
before iterating over them
0 commit comments