Skip to content

Commit fbcd71d

Browse files
committed
Add missing space to separate arguments.
1 parent 78980f4 commit fbcd71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def build(args):
185185
"-module-name XCTest -module-link-name XCTest -parse-as-library "
186186
"-emit-module-path {build_dir}/XCTest.swiftmodule "
187187
"-force-single-frontend-invocation "
188-
"-swift-version 3"
188+
"-swift-version 3 "
189189
"-I {foundation_build_dir} -I {core_foundation_build_dir} "
190190
"{libdispatch_args} "
191191
"{source_paths} -o {build_dir}/XCTest.o".format(

0 commit comments

Comments
 (0)