File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 2f786ddc8ebd86cb7e30aa3138b033de9cf8d2e6
2
+ refs/heads/master: fcf67c1044cf8b0a08d56063b24a8853f7b41bed
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
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