Skip to content

Commit c305336

Browse files
committed
---
yaml --- r: 347358 b: refs/heads/master c: dcb96d4 h: refs/heads/master
1 parent 8d632a6 commit c305336

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c523f1a4cb56191e384cadf69342d85d28d8b514
2+
refs/heads/master: dcb96d42eef28a2ee930beea3e39455b88fda488
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/utils/build-script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,8 @@ class BuildScriptInvocation(object):
763763
# add them as one command.
764764
if args.extra_swift_args:
765765
impl_args += [
766-
"--extra-swift-args",
767-
";".join(args.extra_swift_args)]
766+
"--extra-swift-args=%s" % ';'.join(args.extra_swift_args)
767+
]
768768

769769
# If we have extra_cmake_options, combine all of them together and then
770770
# add them as one command.

0 commit comments

Comments
 (0)