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 @@ -501,7 +501,7 @@ def create_argument_parser():
501
501
help = 'A space separated list of targets to cross-compile host '
502
502
'Swift tools for. Can be used multiple times.' )
503
503
504
- option ('--stdlib-deployment-targets' , append ,
504
+ option ('--stdlib-deployment-targets' , store ,
505
505
type = argparse .ShellSplitType (),
506
506
default = None ,
507
507
help = 'list of targets to compile or cross-compile the Swift '
Original file line number Diff line number Diff line change @@ -523,6 +523,7 @@ class IgnoreOption(_BaseOption):
523
523
StrOption ('--host-target' ),
524
524
StrOption ('--lit-args' ),
525
525
StrOption ('--llvm-targets-to-build' ),
526
+ StrOption ('--stdlib-deployment-targets' ),
526
527
StrOption ('--swift-darwin-module-archs' ),
527
528
StrOption ('--swift-darwin-supported-archs' ),
528
529
@@ -558,7 +559,6 @@ class IgnoreOption(_BaseOption):
558
559
AppendOption ('--cross-compile-hosts' ),
559
560
AppendOption ('--extra-cmake-options' ),
560
561
AppendOption ('--extra-swift-args' ),
561
- AppendOption ('--stdlib-deployment-targets' ),
562
562
AppendOption ('--test-paths' ),
563
563
564
564
UnsupportedOption ('--build-jobs' ),
You can’t perform that action at this time.
0 commit comments