File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ def create_argument_parser():
510
510
help = 'A space separated list of targets to cross-compile host '
511
511
'Swift tools for. Can be used multiple times.' )
512
512
513
- option ('--stdlib-deployment-targets' , append ,
513
+ option ('--stdlib-deployment-targets' , store ,
514
514
type = argparse .ShellSplitType (),
515
515
default = None ,
516
516
help = 'list of targets to compile or cross-compile the Swift '
Original file line number Diff line number Diff line change @@ -535,6 +535,7 @@ class IgnoreOption(_BaseOption):
535
535
StrOption ('--host-target' ),
536
536
StrOption ('--lit-args' ),
537
537
StrOption ('--llvm-targets-to-build' ),
538
+ StrOption ('--stdlib-deployment-targets' ),
538
539
StrOption ('--swift-darwin-module-archs' ),
539
540
StrOption ('--swift-darwin-supported-archs' ),
540
541
@@ -570,7 +571,6 @@ class IgnoreOption(_BaseOption):
570
571
AppendOption ('--cross-compile-hosts' ),
571
572
AppendOption ('--extra-cmake-options' ),
572
573
AppendOption ('--extra-swift-args' ),
573
- AppendOption ('--stdlib-deployment-targets' ),
574
574
AppendOption ('--test-paths' ),
575
575
576
576
UnsupportedOption ('--build-jobs' ),
You can’t perform that action at this time.
0 commit comments