Skip to content

Commit d42ff7a

Browse files
authored
Merge pull request swiftlang#12571 from gooichi/hotfix-fix-swift-project-settings
2 parents edb078f + d7a1336 commit d42ff7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift-project-settings.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ libraries that require a single frontend invocation" )
369369

370370
(defconst swift-project-stdlib-aux-swiftc-args
371371
(append swift-project-single-frontend-swiftc-args
372-
(list -sil-serialize-vtables" "-parse-stdlib"))
372+
(list "-sil-serialize-vtables" "-parse-stdlib"))
373373
"swiftc arguments for library components that are compiled as
374374
though they are part of the standard library even though
375375
they're not strictly in that binary." )

0 commit comments

Comments
 (0)