We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecb539f + 266365a commit 7e88424Copy full SHA for 7e88424
utils/build-script
@@ -763,8 +763,8 @@ class BuildScriptInvocation(object):
763
# add them as one command.
764
if args.extra_swift_args:
765
impl_args += [
766
- "--extra-swift-args",
767
- ";".join(args.extra_swift_args)]
+ "--extra-swift-args=%s" % ';'.join(args.extra_swift_args)
+ ]
768
769
# If we have extra_cmake_options, combine all of them together and then
770
0 commit comments