File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: c523f1a4cb56191e384cadf69342d85d28d8b514
2
+ refs/heads/master: dcb96d42eef28a2ee930beea3e39455b88fda488
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 @@ -763,8 +763,8 @@ class BuildScriptInvocation(object):
763
763
# add them as one command.
764
764
if args .extra_swift_args :
765
765
impl_args += [
766
- "--extra-swift-args" ,
767
- ";" . join ( args . extra_swift_args ) ]
766
+ "--extra-swift-args=%s" % ';' . join ( args . extra_swift_args )
767
+ ]
768
768
769
769
# If we have extra_cmake_options, combine all of them together and then
770
770
# add them as one command.
You can’t perform that action at this time.
0 commit comments