Skip to content

Commit 96032d0

Browse files
authored
Enable cross import overlays (#153)
Fixes #152 We might want to figure out if there are any other flags we don't pass but should
1 parent 0710653 commit 96032d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/XToolSupport/SDKBuilder.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ struct SDKBuilder {
139139
},
140140
"swiftCompiler": {
141141
"extraCLIOptions": [
142+
"-Xfrontend", "-enable-cross-import-overlays",
142143
"-use-ld=lld"
143144
]
144145
}

0 commit comments

Comments
 (0)